#72212F

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

Shades of Claret #72212F

Tints of Claret #72212F

Color information

#72212F (or 0x72212F) is unknown color: approx Claret. HEX triplet: 72, 21 and 2F. RGB value is (114,33,47). Sum of RGB (Red+Green+Blue) = 114+33+47=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212F is #8DDED0. Grayscale: #3A3A3A. Windows color (decimal): -9297617 or 3088754. OLE color: 3088754.

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

Color convert

RGB1143347-
CMYK00.710.590.55
HSL349.63º55.1%28.82%-
HSV(B)349.63º71.05%44.71%-
XYZ84.873.21-
YUV58.82121.34167.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=58.76%
G=17.01%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334700.710.590.55349.6355.128.82
Hex72212F0473B3715e371d
Octal1624157010773675366735
Binary11100101000011011110100011111101111011110101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72212F; }

 p { color: rgb(114,33,47); }

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

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

 a { background-color: rgb(114,33,47); }

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

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

 span { border-color: rgb(114,33,47); }

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