#722131

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

Shades of Claret #722131

Tints of Claret #722131

Color information

#722131 (or 0x722131) is unknown color: approx Claret. HEX triplet: 72, 21 and 31. RGB value is (114,33,49). Sum of RGB (Red+Green+Blue) = 114+33+49=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722131 is #8DDECE. Grayscale: #3B3B3B. Windows color (decimal): -9297615 or 3219826. OLE color: 3219826.

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

Color convert

RGB1143349-
CMYK00.710.570.55
HSL348.15º55.1%28.82%-
HSV(B)348.15º71.05%44.71%-
XYZ8.044.893.43-
YUV59.04122.34167.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 49 (19.53% from 255) = 25%
R=58.16%
G=16.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114334900.710.570.55348.1555.128.82
Hex722131047393715c371d
Octal1624161010771675346735
Binary11100101000011100010100011111100111011110101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722131; }

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

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

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

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

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

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

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

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