#722335

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

Shades of Claret #722335

Tints of Claret #722335

Color information

#722335 (or 0x722335) is unknown color: approx Claret. HEX triplet: 72, 23 and 35. RGB value is (114,35,53). Sum of RGB (Red+Green+Blue) = 114+35+53=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722335 is #8DDCCA. Grayscale: #3C3C3C. Windows color (decimal): -9297099 or 3482482. OLE color: 3482482.

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

Color convert

RGB1143553-
CMYK00.690.540.55
HSL346.33º53.02%29.22%-
HSV(B)346.33º69.3%44.71%-
XYZ8.185.043.91-
YUV60.67123.67166.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=56.44%
G=17.33%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114355300.690.540.55346.3353.0229.22
Hex722335045363715a351d
Octal1624365010566675326535
Binary11100101000111101010100010111011011011110101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722335; }

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

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

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

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

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

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

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

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