#71124A

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

Shades of Pompadour #71124A

Tints of Pompadour #71124A

Color information

#71124A (or 0x71124A) is unknown color: approx Pompadour. HEX triplet: 71, 12 and 4A. RGB value is (113,18,74). Sum of RGB (Red+Green+Blue) = 113+18+74=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71124A is #8EEDB5. Grayscale: #343434. Windows color (decimal): -9366966 or 4854385. OLE color: 4854385.

HSL color Cylindrical-coordinate representation of color #71124A: hue angle of 324.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71124A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1131874-
CMYK00.840.350.56
HSL324.63º72.52%25.69%-
HSV(B)324.63º84.07%44.31%-
XYZ8.264.446.9-
YUV52.79139.97170.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=55.12%
G=8.78%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113187400.840.350.56324.6372.5225.69
Hex71124A0542338145491a
Octal161221120124437050511132
Binary111000110010100101001010100100011111000101000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71124A; }

 p { color: rgb(113,18,74); }

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

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

 a { background-color: rgb(113,18,74); }

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

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

 span { border-color: rgb(113,18,74); }

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