#722024

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

Shades of Red Berry #722024

Tints of Red Berry #722024

Color information

#722024 (or 0x722024) is unknown color: approx Red Berry. HEX triplet: 72, 20 and 24. RGB value is (114,32,36). Sum of RGB (Red+Green+Blue) = 114+32+36=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722024 is #8DDFDB. Grayscale: #393939. Windows color (decimal): -9297884 or 2367602. OLE color: 2367602.

HSL color Cylindrical-coordinate representation of color #722024: hue angle of 357.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722024 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1143236-
CMYK00.720.680.55
HSL357.07º56.16%28.63%-
HSV(B)357.07º71.93%44.71%-
XYZ7.774.742.17-
YUV56.97116.17168.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=62.64%
G=17.58%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114323600.720.680.55357.0756.1628.63
Hex7220240484437165381d
Octal16240440110104675457035
Binary111001010000010010001001000100010011011110110010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722024; }

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

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

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

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

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

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

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

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