#71174A

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

Shades of Pompadour #71174A

Tints of Pompadour #71174A

Color information

#71174A (or 0x71174A) is unknown color: approx Pompadour. HEX triplet: 71, 17 and 4A. RGB value is (113,23,74). Sum of RGB (Red+Green+Blue) = 113+23+74=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71174A is #8EE8B5. Grayscale: #373737. Windows color (decimal): -9365686 or 4855665. OLE color: 4855665.

HSL color Cylindrical-coordinate representation of color #71174A: hue angle of 326º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71174A is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1132374-
CMYK00.800.350.56
HSL326º66.18%26.67%-
HSV(B)326º79.65%44.31%-
XYZ8.354.626.93-
YUV55.72138.32168.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=53.81%
G=10.95%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113237400.800.350.5632666.1826.67
Hex71174A0502338146421b
Octal161271120120437050610233
Binary111000110111100101001010000100011111000101000110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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