#720F12

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

Shades of Red Berry #720F12

Tints of Red Berry #720F12

Color information

#720F12 (or 0x720F12) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 12. RGB value is (114,15,18). Sum of RGB (Red+Green+Blue) = 114+15+18=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #720F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F12 is #8DF0ED. Grayscale: #2D2D2D. Windows color (decimal): -9302254 or 1183602. OLE color: 1183602.

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

Color convert

RGB1141518-
CMYK00.870.840.55
HSL358.18º76.74%25.29%-
HSV(B)358.18º86.84%44.71%-
XYZ7.223.960.96-
YUV44.94112.8177.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=77.55%
G=10.20%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114151800.870.840.55358.1876.7425.29
Hex72F1205754371664d19
Octal162172201271246754611531
Binary1110010111110010010101111010100110111101100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F12; }

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

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

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

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

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

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

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

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