Html Css Color HEX #72111D Red Berry

📋 copy color: '#72111D'

red 114 ◦ green 17 ◦ blue 29

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

Shades of Red Berry #72111D

Tints of Red Berry #72111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.63%

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

R = 71.25%
G = 10.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72111D (or 0x72111D) is known color: Red Berry. HEX triplet: 72, 11 and 1D. RGB value is (114,17,29). Sum of RGB (Red+Green+Blue) = 114+17+29=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72111D is #8DEEE2. Grayscale: #2F2F2F. Windows color (decimal): -9301731 or 1905010. OLE color: 1905010.

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

Color convert

RGB 114 17 29 -
CMYK 0 0.85 0.75 0.55
HSL 352.58º 0.74% 0.26% -
HSV(B) 352.58º 0.85% 0.45% -
XYZ 7.36 4.07 1.56 -
YUV 47.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 114 17 29 0 0.85 0.75 0.55 352.58 0.74 0.26
Hex 72 11 1D 0 55 4B 37 161 4A 1A
Octal 162 21 35 0 125 113 67 541 112 32
Binary 1110010 10001 11101 0 1010101 1001011 110111 101100001 1001010 11010

Color Harmonies of #72111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72111D

Black with #72111D

Text Example


Text Example

White with #72111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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