#722533

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

Shades of Claret #722533

Tints of Claret #722533

Color information

#722533 (or 0x722533) is unknown color: approx Claret. HEX triplet: 72, 25 and 33. RGB value is (114,37,51). Sum of RGB (Red+Green+Blue) = 114+37+51=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722533 is #8DDACC. Grayscale: #3D3D3D. Windows color (decimal): -9296589 or 3351922. OLE color: 3351922.

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

Color convert

RGB1143751-
CMYK00.680.550.55
HSL349.09º50.99%29.61%-
HSV(B)349.09º67.54%44.71%-
XYZ8.25.143.69-
YUV61.62122.01165.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=56.44%
G=18.32%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375100.680.550.55349.0950.9929.61
Hex722533044373715d331e
Octal1624563010467675356336
Binary11100101001011100110100010011011111011110101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722533; }

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

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

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

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

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

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

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

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