#711936

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

Shades of Claret #711936

Tints of Claret #711936

Color information

#711936 (or 0x711936) is unknown color: approx Claret. HEX triplet: 71, 19 and 36. RGB value is (113,25,54). Sum of RGB (Red+Green+Blue) = 113+25+54=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #711936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711936 is #8EE6C9. Grayscale: #363636. Windows color (decimal): -9365194 or 3545457. OLE color: 3545457.

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

Color convert

RGB1132554-
CMYK00.780.520.56
HSL340.23º63.77%27.06%-
HSV(B)340.23º77.88%44.31%-
XYZ7.824.473.94-
YUV54.62127.65169.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=58.85%
G=13.02%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113255400.780.520.56340.2363.7727.06
Hex71193604E3438154401b
Octal16131660116647052410033
Binary11100011100111011001001110110100111000101010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711936; }

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

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

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

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

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

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

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

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