#71164B

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

Shades of Pompadour #71164B

Tints of Pompadour #71164B

Color information

#71164B (or 0x71164B) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 4B. RGB value is (113,22,75). Sum of RGB (Red+Green+Blue) = 113+22+75=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71164B is #8EE9B4. Grayscale: #373737. Windows color (decimal): -9365941 or 4920945. OLE color: 4920945.

HSL color Cylindrical-coordinate representation of color #71164B: hue angle of 325.05º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71164B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1132275-
CMYK00.810.340.56
HSL325.05º67.41%26.47%-
HSV(B)325.05º80.53%44.31%-
XYZ8.374.597.1-
YUV55.25139.15169.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=53.81%
G=10.48%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113227500.810.340.56325.0567.4126.47
Hex71164B0512238145431a
Octal161261130121427050510332
Binary111000110110100101101010001100010111000101000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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