#722531

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

Shades of Claret #722531

Tints of Claret #722531

Color information

#722531 (or 0x722531) is unknown color: approx Claret. HEX triplet: 72, 25 and 31. RGB value is (114,37,49). Sum of RGB (Red+Green+Blue) = 114+37+49=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722531 is #8DDACE. Grayscale: #3D3D3D. Windows color (decimal): -9296591 or 3220850. OLE color: 3220850.

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

Color convert

RGB1143749-
CMYK00.680.570.55
HSL350.65º50.99%29.61%-
HSV(B)350.65º67.54%44.71%-
XYZ8.165.123.46-
YUV61.39121.01165.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=57%
G=18.5%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114374900.680.570.55350.6550.9929.61
Hex722531044393715f331e
Octal1624561010471675376336
Binary11100101001011100010100010011100111011110101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722531; }

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

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

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

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

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

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

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

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