#71124B

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

Shades of Pompadour #71124B

Tints of Pompadour #71124B

Color information

#71124B (or 0x71124B) is unknown color: approx Pompadour. HEX triplet: 71, 12 and 4B. RGB value is (113,18,75). Sum of RGB (Red+Green+Blue) = 113+18+75=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71124B is #8EEDB4. Grayscale: #343434. Windows color (decimal): -9366965 or 4919921. OLE color: 4919921.

HSL color Cylindrical-coordinate representation of color #71124B: hue angle of 324º 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 #71124B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1131875-
CMYK00.840.340.56
HSL324º72.52%25.69%-
HSV(B)324º84.07%44.31%-
XYZ8.34.457.08-
YUV52.9140.47170.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=54.85%
G=8.74%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113187500.840.340.5632472.5225.69
Hex71124B0542238144491a
Octal161221130124427050411132
Binary111000110010100101101010100100010111000101000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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