#721012

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

Shades of Red Berry #721012

Tints of Red Berry #721012

Color information

#721012 (or 0x721012) is unknown color: approx Red Berry. HEX triplet: 72, 10 and 12. RGB value is (114,16,18). Sum of RGB (Red+Green+Blue) = 114+16+18=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #721012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721012 is #8DEFED. Grayscale: #2D2D2D. Windows color (decimal): -9301998 or 1183858. OLE color: 1183858.

HSL color Cylindrical-coordinate representation of color #721012: hue angle of 358.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721012 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1141618-
CMYK00.860.840.55
HSL358.78º75.38%25.49%-
HSV(B)358.78º85.96%44.71%-
XYZ7.233.990.96-
YUV45.53112.47176.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=77.03%
G=10.81%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114161800.860.840.55358.7875.3825.49
Hex72101205654371674b19
Octal162202201261246754711331
Binary11100101000010010010101101010100110111101100111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721012; }

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

 H1.HeaderClassName
 {
   color: #721012;
 }
 .AnyTagClassName
 {
   color: #721012;
 }
</style>
background-color css

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

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

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

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

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

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