#72122C

Color #72122C Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #72122C

Tints of Claret #72122C

Color information

#72122C (or 0x72122C) is unknown color: approx Claret. HEX triplet: 72, 12 and 2C. RGB value is (114,18,44). Sum of RGB (Red+Green+Blue) = 114+18+44=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72122C is #8DEDD3. Grayscale: #313131. Windows color (decimal): -9301460 or 2888306. OLE color: 2888306.

HSL color Cylindrical-coordinate representation of color #72122C: hue angle of 343.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72122C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1141844-
CMYK00.840.610.55
HSL343.75º72.73%25.88%-
HSV(B)343.75º84.21%44.71%-
XYZ7.614.192.79-
YUV49.67124.8173.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 44 (17.58% from 255) = 25%
R=64.77%
G=10.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114184400.840.610.55343.7572.7325.88
Hex72122C0543D37158491a
Octal16222540124756753011132
Binary11100101001010110001010100111101110111101011000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72122C; }

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

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

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

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

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

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

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

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