#72232F

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

Shades of Claret #72232F

Tints of Claret #72232F

Color information

#72232F (or 0x72232F) is unknown color: approx Claret. HEX triplet: 72, 23 and 2F. RGB value is (114,35,47). Sum of RGB (Red+Green+Blue) = 114+35+47=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72232F is #8DDCD0. Grayscale: #3C3C3C. Windows color (decimal): -9297105 or 3089266. OLE color: 3089266.

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

Color convert

RGB1143547-
CMYK00.690.590.55
HSL350.89º53.02%29.22%-
HSV(B)350.89º69.3%44.71%-
XYZ8.054.983.23-
YUV59.99120.67166.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=58.16%
G=17.86%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114354700.690.590.55350.8953.0229.22
Hex72232F0453B3715f351d
Octal1624357010573675376535
Binary11100101000111011110100010111101111011110101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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