#722534

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

Shades of Claret #722534

Tints of Claret #722534

Color information

#722534 (or 0x722534) is unknown color: approx Claret. HEX triplet: 72, 25 and 34. RGB value is (114,37,52). Sum of RGB (Red+Green+Blue) = 114+37+52=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722534 is #8DDACB. Grayscale: #3D3D3D. Windows color (decimal): -9296588 or 3417458. OLE color: 3417458.

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

Color convert

RGB1143752-
CMYK00.680.540.55
HSL348.31º50.99%29.61%-
HSV(B)348.31º67.54%44.71%-
XYZ8.225.153.81-
YUV61.73122.51165.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=56.16%
G=18.23%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114375200.680.540.55348.3150.9929.61
Hex722534044363715c331e
Octal1624564010466675346336
Binary11100101001011101000100010011011011011110101110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722534; }

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

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

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

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

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

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

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

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