#722732

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

Shades of Claret #722732

Tints of Claret #722732

Color information

#722732 (or 0x722732) is unknown color: approx Claret. HEX triplet: 72, 27 and 32. RGB value is (114,39,50). Sum of RGB (Red+Green+Blue) = 114+39+50=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722732 is #8DD8CD. Grayscale: #3E3E3E. Windows color (decimal): -9296078 or 3286898. OLE color: 3286898.

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

Color convert

RGB1143950-
CMYK00.660.560.55
HSL351.2º49.02%30%-
HSV(B)351.2º65.79%44.71%-
XYZ8.245.263.6-
YUV62.68120.85164.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=56.16%
G=19.21%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114395000.660.560.55351.249.0230
Hex722732042383715f311e
Octal1624762010270675376136
Binary11100101001111100100100001011100011011110101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722732; }

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

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

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

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

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

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

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

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