#712131

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

Shades of Claret #712131

Tints of Claret #712131

Color information

#712131 (or 0x712131) is unknown color: approx Claret. HEX triplet: 71, 21 and 31. RGB value is (113,33,49). Sum of RGB (Red+Green+Blue) = 113+33+49=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712131 is #8EDECE. Grayscale: #3A3A3A. Windows color (decimal): -9363151 or 3219825. OLE color: 3219825.

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

Color convert

RGB1133349-
CMYK00.710.570.56
HSL348º54.79%28.63%-
HSV(B)348º70.8%44.31%-
XYZ7.914.823.42-
YUV58.74122.5166.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=57.95%
G=16.92%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113334900.710.570.5634854.7928.63
Hex712131047393815c371d
Octal1614161010771705346735
Binary11100011000011100010100011111100111100010101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712131; }

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

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

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

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

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

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

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

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