#712836

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

Shades of Claret #712836

Tints of Claret #712836

Color information

#712836 (or 0x712836) is unknown color: approx Claret. HEX triplet: 71, 28 and 36. RGB value is (113,40,54). Sum of RGB (Red+Green+Blue) = 113+40+54=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712836 is #8ED7C9. Grayscale: #3F3F3F. Windows color (decimal): -9361354 or 3549297. OLE color: 3549297.

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

Color convert

RGB1134054-
CMYK00.650.520.56
HSL348.49º47.71%30%-
HSV(B)348.49º64.6%44.31%-
XYZ8.235.294.08-
YUV63.42122.68163.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=54.59%
G=19.32%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113405400.650.520.56348.4947.7130
Hex712836041343815c301e
Octal1615066010164705346036
Binary11100011010001101100100000111010011100010101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712836; }

 p { color: rgb(113,40,54); }

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

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

 a { background-color: rgb(113,40,54); }

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

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

 span { border-color: rgb(113,40,54); }

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