#711436

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

Shades of Claret #711436

Tints of Claret #711436

Color information

#711436 (or 0x711436) is unknown color: approx Claret. HEX triplet: 71, 14 and 36. RGB value is (113,20,54). Sum of RGB (Red+Green+Blue) = 113+20+54=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711436 is #8EEBC9. Grayscale: #333333. Windows color (decimal): -9366474 or 3544177. OLE color: 3544177.

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

Color convert

RGB1132054-
CMYK00.820.520.56
HSL338.06º69.92%26.08%-
HSV(B)338.06º82.3%44.31%-
XYZ7.734.283.91-
YUV51.68129.31171.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 54 (21.48% from 255) = 28.88%
R=60.43%
G=10.70%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113205400.820.520.56338.0669.9226.08
Hex7114360523438152461a
Octal16124660122647052210632
Binary11100011010011011001010010110100111000101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711436; }

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

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

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

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

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

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

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

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