#71113E

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

Shades of Pompadour #71113E

Tints of Pompadour #71113E

Color information

#71113E (or 0x71113E) is unknown color: approx Pompadour. HEX triplet: 71, 11 and 3E. RGB value is (113,17,62). Sum of RGB (Red+Green+Blue) = 113+17+62=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113E is #8EEEC1. Grayscale: #323232. Windows color (decimal): -9367234 or 4067697. OLE color: 4067697.

HSL color Cylindrical-coordinate representation of color #71113E: hue angle of 331.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71113E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1131762-
CMYK00.850.450.56
HSL331.88º73.85%25.49%-
HSV(B)331.88º84.96%44.31%-
XYZ7.884.264.96-
YUV50.83134.3172.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=58.85%
G=8.85%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113176200.850.450.56331.8873.8525.49
Hex71113E0552D3814c4a19
Octal16121760125557051411231
Binary11100011000111111001010101101101111000101001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71113E; }

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

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

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

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

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

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

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

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