Html Css Color HEX #721112 Red Berry

📋 copy color: '#721112'

red 114 ◦ green 17 ◦ blue 18

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

Shades of Red Berry #721112

Tints of Red Berry #721112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.08%

R = 76.51%
G = 11.41%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#721112 (or 0x721112) is known color: Red Berry. HEX triplet: 72, 11 and 12. RGB value is (114,17,18). Sum of RGB (Red+Green+Blue) = 114+17+18=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721112 is #8DEEED. Grayscale: #2E2E2E. Windows color (decimal): -9301742 or 1184114. OLE color: 1184114.

HSL color Cylindrical-coordinate representation of color #721112: hue angle of 359.38º 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 #721112 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 18 -
CMYK 0 0.85 0.84 0.55
HSL 359.38º 0.74% 0.26% -
HSV(B) 359.38º 0.85% 0.45% -
XYZ 7.25 4.02 0.97 -
YUV 46.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 114 17 18 0 0.85 0.84 0.55 359.38 0.74 0.26
Hex 72 11 12 0 55 54 37 167 4A 1A
Octal 162 21 22 0 125 124 67 547 112 32
Binary 1110010 10001 10010 0 1010101 1010100 110111 101100111 1001010 11010

Color Harmonies of #721112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721112

Black with #721112

Text Example


Text Example

White with #721112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721112; }

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

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

background-color css

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

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

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

border-color css

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

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

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