#722537

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

Shades of Claret #722537

Tints of Claret #722537

Color information

#722537 (or 0x722537) is unknown color: approx Claret. HEX triplet: 72, 25 and 37. RGB value is (114,37,55). Sum of RGB (Red+Green+Blue) = 114+37+55=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #722537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722537 is #8DDAC8. Grayscale: #3E3E3E. Windows color (decimal): -9296585 or 3614066. OLE color: 3614066.

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

Color convert

RGB1143755-
CMYK00.680.520.55
HSL345.97º50.99%29.61%-
HSV(B)345.97º67.54%44.71%-
XYZ8.295.184.18-
YUV62.08124.01165.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=55.34%
G=17.96%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375500.680.520.55345.9750.9929.61
Hex722537044343715a331e
Octal1624567010464675326336
Binary11100101001011101110100010011010011011110101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722537; }

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

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

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

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

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

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

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

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