Html Css Color HEX #72151D Red Berry

📋 copy color: '#72151D'

red 114 ◦ green 21 ◦ blue 29

#72151D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #72151D

Tints of Red Berry #72151D

RGB

 RED value IS 114 (44.92% from 255) = 69.51%

 GREEN value IS 21 (8.59% from 255) = 12.8%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 69.51%
G = 12.8%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72151D (or 0x72151D) is known color: Red Berry. HEX triplet: 72, 15 and 1D. RGB value is (114,21,29). Sum of RGB (Red+Green+Blue) = 114+21+29=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72151D is #8DEAE2. Grayscale: #313131. Windows color (decimal): -9300707 or 1906034. OLE color: 1906034.

HSL color Cylindrical-coordinate representation of color #72151D: hue angle of 354.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72151D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 29 -
CMYK 0 0.82 0.75 0.55
HSL 354.84º 0.69% 0.26% -
HSV(B) 354.84º 0.82% 0.45% -
XYZ 7.43 4.2 1.58 -
YUV 49.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 114 21 29 0 0.82 0.75 0.55 354.84 0.69 0.26
Hex 72 15 1D 0 52 4B 37 163 45 1A
Octal 162 25 35 0 122 113 67 543 105 32
Binary 1110010 10101 11101 0 1010010 1001011 110111 101100011 1000101 11010

Color Harmonies of #72151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72151D

Black with #72151D

Text Example


Text Example

White with #72151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72151D; }

 p { color: rgb(114,21,29); }

 H1.HeaderClassName
 {
   color: #72151D;
 }
 .AnyTagClassName
 {
   color: #72151D;
 }
</style>

background-color css

<style>
 a { background-color: #72151D; }

 a { background-color: rgb(114,21,29); }

 div.DivClassName
 {
   background-color: #72151D;
 }
 .BgClassName
 {
   background-color: #72151D;
 }
</style>

border-color css

<style>
 span { border-color: #72151D; }

 span { border-color: rgb(114,21,29); }

 td.TdClassName
 {
   border-color: #72151D;
 }
 .TagClassName
 {
   border-color: #72151D;
 }
</style>