#711A34

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

Shades of Claret #711A34

Tints of Claret #711A34

Color information

#711A34 (or 0x711A34) is unknown color: approx Claret. HEX triplet: 71, 1A and 34. RGB value is (113,26,52). Sum of RGB (Red+Green+Blue) = 113+26+52=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #711A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A34 is #8EE5CB. Grayscale: #363636. Windows color (decimal): -9364940 or 3414641. OLE color: 3414641.

HSL color Cylindrical-coordinate representation of color #711A34: hue angle of 342.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A34 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1132652-
CMYK00.770.540.56
HSL342.07º62.59%27.25%-
HSV(B)342.07º76.99%44.31%-
XYZ7.84.53.71-
YUV54.98126.32169.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=59.16%
G=13.61%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113265200.770.540.56342.0762.5927.25
Hex711A3404D36381563f1b
Octal1613264011566705267733
Binary1110001110101101000100110111011011100010101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711A34; }

 p { color: rgb(113,26,52); }

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

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

 a { background-color: rgb(113,26,52); }

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

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

 span { border-color: rgb(113,26,52); }

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