#722035

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

Shades of Claret #722035

Tints of Claret #722035

Color information

#722035 (or 0x722035) is unknown color: approx Claret. HEX triplet: 72, 20 and 35. RGB value is (114,32,53). Sum of RGB (Red+Green+Blue) = 114+32+53=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722035 is #8DDFCA. Grayscale: #3A3A3A. Windows color (decimal): -9297867 or 3481714. OLE color: 3481714.

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

Color convert

RGB1143253-
CMYK00.720.540.55
HSL344.63º56.16%28.63%-
HSV(B)344.63º71.93%44.71%-
XYZ8.14.873.88-
YUV58.91124.67167.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=57.29%
G=16.08%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114325300.720.540.55344.6356.1628.63
Hex7220350483637159381d
Octal1624065011066675317035
Binary11100101000001101010100100011011011011110101100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722035; }

 p { color: rgb(114,32,53); }

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

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

 a { background-color: rgb(114,32,53); }

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

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

 span { border-color: rgb(114,32,53); }

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