#712735

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

Shades of Claret #712735

Tints of Claret #712735

Color information

#712735 (or 0x712735) is unknown color: approx Claret. HEX triplet: 71, 27 and 35. RGB value is (113,39,53). Sum of RGB (Red+Green+Blue) = 113+39+53=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #712735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712735 is #8ED8CA. Grayscale: #3E3E3E. Windows color (decimal): -9361611 or 3483505. OLE color: 3483505.

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

Color convert

RGB1133953-
CMYK00.650.530.56
HSL348.65º48.68%29.8%-
HSV(B)348.65º65.49%44.31%-
XYZ8.185.223.94-
YUV62.72122.52163.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=55.12%
G=19.02%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113395300.650.530.56348.6548.6829.8
Hex712735041353815d311e
Octal1614765010165705356136
Binary11100011001111101010100000111010111100010101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712735; }

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

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

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

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

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

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

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

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