#72203B

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

Shades of Claret #72203B

Tints of Claret #72203B

Color information

#72203B (or 0x72203B) is unknown color: approx Claret. HEX triplet: 72, 20 and 3B. RGB value is (114,32,59). Sum of RGB (Red+Green+Blue) = 114+32+59=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #72203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72203B is #8DDFC4. Grayscale: #3B3B3B. Windows color (decimal): -9297861 or 3874930. OLE color: 3874930.

HSL color Cylindrical-coordinate representation of color #72203B: hue angle of 340.24º 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 #72203B is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1143259-
CMYK00.720.480.55
HSL340.24º56.16%28.63%-
HSV(B)340.24º71.93%44.71%-
XYZ8.254.934.65-
YUV59.6127.67166.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=55.61%
G=15.61%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114325900.720.480.55340.2456.1628.63
Hex72203B0483037154381d
Octal1624073011060675247035
Binary11100101000001110110100100011000011011110101010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72203B; }

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

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

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

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

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

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

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

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