#722332

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

Shades of Claret #722332

Tints of Claret #722332

Color information

#722332 (or 0x722332) is unknown color: approx Claret. HEX triplet: 72, 23 and 32. RGB value is (114,35,50). Sum of RGB (Red+Green+Blue) = 114+35+50=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722332 is #8DDCCD. Grayscale: #3C3C3C. Windows color (decimal): -9297102 or 3285874. OLE color: 3285874.

HSL color Cylindrical-coordinate representation of color #722332: hue angle of 348.61º 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 #722332 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1143550-
CMYK00.690.560.55
HSL348.61º53.02%29.22%-
HSV(B)348.61º69.3%44.71%-
XYZ8.125.013.56-
YUV60.33122.17166.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=57.29%
G=17.59%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114355000.690.560.55348.6153.0229.22
Hex722332045383715d351d
Octal1624362010570675356535
Binary11100101000111100100100010111100011011110101110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722332; }

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

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

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

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

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

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

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

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