#712037

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

Shades of Claret #712037

Tints of Claret #712037

Color information

#712037 (or 0x712037) is unknown color: approx Claret. HEX triplet: 71, 20 and 37. RGB value is (113,32,55). Sum of RGB (Red+Green+Blue) = 113+32+55=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712037 is #8EDFC8. Grayscale: #3A3A3A. Windows color (decimal): -9363401 or 3612785. OLE color: 3612785.

HSL color Cylindrical-coordinate representation of color #712037: hue angle of 342.96º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712037 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1133255-
CMYK00.720.510.56
HSL342.96º55.86%28.43%-
HSV(B)342.96º71.68%44.31%-
XYZ8.024.824.12-
YUV58.84125.84166.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=56.5%
G=16%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113325500.720.510.56342.9655.8628.43
Hex7120370483338157381c
Octal1614067011063705277034
Binary11100011000001101110100100011001111100010101011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712037; }

 p { color: rgb(113,32,55); }

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

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

 a { background-color: rgb(113,32,55); }

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

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

 span { border-color: rgb(113,32,55); }

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