#712535

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

Shades of Claret #712535

Tints of Claret #712535

Color information

#712535 (or 0x712535) is unknown color: approx Claret. HEX triplet: 71, 25 and 35. RGB value is (113,37,53). Sum of RGB (Red+Green+Blue) = 113+37+53=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712535 is #8EDACA. Grayscale: #3D3D3D. Windows color (decimal): -9362123 or 3482993. OLE color: 3482993.

HSL color Cylindrical-coordinate representation of color #712535: hue angle of 347.37º 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 #712535 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1133753-
CMYK00.670.530.56
HSL347.37º50.67%29.41%-
HSV(B)347.37º67.26%44.31%-
XYZ8.115.093.92-
YUV61.55123.18164.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=55.67%
G=18.23%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113375300.670.530.56347.3750.6729.41
Hex712535043353815b331d
Octal1614565010365705336335
Binary11100011001011101010100001111010111100010101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712535; }

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

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

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

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

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

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

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

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