#722532

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

Shades of Claret #722532

Tints of Claret #722532

Color information

#722532 (or 0x722532) is unknown color: approx Claret. HEX triplet: 72, 25 and 32. RGB value is (114,37,50). Sum of RGB (Red+Green+Blue) = 114+37+50=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722532 is #8DDACD. Grayscale: #3D3D3D. Windows color (decimal): -9296590 or 3286386. OLE color: 3286386.

HSL color Cylindrical-coordinate representation of color #722532: hue angle of 349.87º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722532 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1143750-
CMYK00.680.560.55
HSL349.87º50.99%29.61%-
HSV(B)349.87º67.54%44.71%-
XYZ8.185.133.58-
YUV61.5121.51165.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=56.72%
G=18.41%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375000.680.560.55349.8750.9929.61
Hex722532044383715e331e
Octal1624562010470675366336
Binary11100101001011100100100010011100011011110101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722532; }

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

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

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

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

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

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

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

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