#711A3E

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

Shades of Pompadour #711A3E

Tints of Pompadour #711A3E

Color information

#711A3E (or 0x711A3E) is unknown color: approx Pompadour. HEX triplet: 71, 1A and 3E. RGB value is (113,26,62). Sum of RGB (Red+Green+Blue) = 113+26+62=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A3E is #8EE5C1. Grayscale: #383838. Windows color (decimal): -9364930 or 4070001. OLE color: 4070001.

HSL color Cylindrical-coordinate representation of color #711A3E: hue angle of 335.17º 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 #711A3E is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1132662-
CMYK00.770.450.56
HSL335.17º62.59%27.25%-
HSV(B)335.17º76.99%44.31%-
XYZ8.054.65.02-
YUV56.12131.32168.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=56.22%
G=12.94%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113266200.770.450.56335.1762.5927.25
Hex711A3E04D2D3814f3f1b
Octal1613276011555705177733
Binary1110001110101111100100110110110111100010100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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