#722635

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

Shades of Claret #722635

Tints of Claret #722635

Color information

#722635 (or 0x722635) is unknown color: approx Claret. HEX triplet: 72, 26 and 35. RGB value is (114,38,53). Sum of RGB (Red+Green+Blue) = 114+38+53=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722635 is #8DD9CA. Grayscale: #3E3E3E. Windows color (decimal): -9296331 or 3483250. OLE color: 3483250.

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

Color convert

RGB1143853-
CMYK00.670.540.55
HSL348.16º50%29.8%-
HSV(B)348.16º66.67%44.71%-
XYZ8.285.223.94-
YUV62.43122.68164.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=55.61%
G=18.54%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114385300.670.540.55348.165029.8
Hex722635043363715c321e
Octal1624665010366675346236
Binary11100101001101101010100001111011011011110101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722635; }

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

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

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

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

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

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

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

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