#722336

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

Shades of Claret #722336

Tints of Claret #722336

Color information

#722336 (or 0x722336) is unknown color: approx Claret. HEX triplet: 72, 23 and 36. RGB value is (114,35,54). Sum of RGB (Red+Green+Blue) = 114+35+54=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722336 is #8DDCC9. Grayscale: #3C3C3C. Windows color (decimal): -9297098 or 3548018. OLE color: 3548018.

HSL color Cylindrical-coordinate representation of color #722336: hue angle of 345.57º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722336 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1143554-
CMYK00.690.530.55
HSL345.57º53.02%29.22%-
HSV(B)345.57º69.3%44.71%-
XYZ8.215.054.03-
YUV60.79124.17165.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=56.16%
G=17.24%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114355400.690.530.55345.5753.0229.22
Hex722336045353715a351d
Octal1624366010565675326535
Binary11100101000111101100100010111010111011110101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722336; }

 p { color: rgb(114,35,54); }

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

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

 a { background-color: rgb(114,35,54); }

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

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

 span { border-color: rgb(114,35,54); }

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