#71114A

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

Shades of Pompadour #71114A

Tints of Pompadour #71114A

Color information

#71114A (or 0x71114A) is unknown color: approx Pompadour. HEX triplet: 71, 11 and 4A. RGB value is (113,17,74). Sum of RGB (Red+Green+Blue) = 113+17+74=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #71114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71114A is #8EEEB5. Grayscale: #343434. Windows color (decimal): -9367222 or 4854129. OLE color: 4854129.

HSL color Cylindrical-coordinate representation of color #71114A: hue angle of 324.38º 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 #71114A is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1131774-
CMYK00.850.350.56
HSL324.38º73.85%25.49%-
HSV(B)324.38º84.96%44.31%-
XYZ8.254.416.89-
YUV52.2140.3171.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=55.39%
G=8.33%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113177400.850.350.56324.3873.8525.49
Hex71114A05523381444a19
Octal161211120125437050411231
Binary111000110001100101001010101100011111000101000100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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