#720F24

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

Shades of Red Berry #720F24

Tints of Red Berry #720F24

Color information

#720F24 (or 0x720F24) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 24. RGB value is (114,15,36). Sum of RGB (Red+Green+Blue) = 114+15+36=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F24 is #8DF0DB. Grayscale: #2F2F2F. Windows color (decimal): -9302236 or 2363250. OLE color: 2363250.

HSL color Cylindrical-coordinate representation of color #720F24: hue angle of 347.27º 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 #720F24 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1141536-
CMYK00.870.680.55
HSL347.27º76.74%25.29%-
HSV(B)347.27º86.84%44.71%-
XYZ7.434.052.06-
YUV47121.8175.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=69.09%
G=9.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114153600.870.680.55347.2776.7425.29
Hex72F24057443715b4d19
Octal162174401271046753311531
Binary11100101111100100010101111000100110111101011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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