#721112

Color #721112 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #721112

Tints of Red Berry #721112

Color information

#721112 (or 0x721112) is unknown color: approx 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

RGB1141718-
CMYK00.850.840.55
HSL359.38º74.05%25.69%-
HSV(B)359.38º85.09%44.71%-
XYZ7.254.020.97-
YUV46.12112.14176.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114171800.850.840.55359.3874.0525.69
Hex72111205554371674a1a
Octal162212201251246754711232
Binary11100101000110010010101011010100110111101100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>