#712536

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

Shades of Claret #712536

Tints of Claret #712536

Color information

#712536 (or 0x712536) is unknown color: approx Claret. HEX triplet: 71, 25 and 36. RGB value is (113,37,54). Sum of RGB (Red+Green+Blue) = 113+37+54=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #712536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712536 is #8EDAC9. Grayscale: #3D3D3D. Windows color (decimal): -9362122 or 3548529. OLE color: 3548529.

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

Color convert

RGB1133754-
CMYK00.670.520.56
HSL346.58º50.67%29.41%-
HSV(B)346.58º67.26%44.31%-
XYZ8.145.14.05-
YUV61.66123.68164.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=55.39%
G=18.14%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113375400.670.520.56346.5850.6729.41
Hex712536043343815b331d
Octal1614566010364705336335
Binary11100011001011101100100001111010011100010101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712536; }

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

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

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

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

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

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

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

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