#712437

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

Shades of Claret #712437

Tints of Claret #712437

Color information

#712437 (or 0x712437) is unknown color: approx Claret. HEX triplet: 71, 24 and 37. RGB value is (113,36,55). Sum of RGB (Red+Green+Blue) = 113+36+55=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #712437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712437 is #8EDBC8. Grayscale: #3D3D3D. Windows color (decimal): -9362377 or 3613809. OLE color: 3613809.

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

Color convert

RGB1133655-
CMYK00.680.510.56
HSL345.19º51.68%29.22%-
HSV(B)345.19º68.14%44.31%-
XYZ8.135.054.16-
YUV61.19124.51164.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=55.39%
G=17.65%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113365500.680.510.56345.1951.6829.22
Hex7124370443338159341d
Octal1614467010463705316435
Binary11100011001001101110100010011001111100010101100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712437; }

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

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

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

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

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

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

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

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