#71144B

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

Shades of Pompadour #71144B

Tints of Pompadour #71144B

Color information

#71144B (or 0x71144B) is unknown color: approx Pompadour. HEX triplet: 71, 14 and 4B. RGB value is (113,20,75). Sum of RGB (Red+Green+Blue) = 113+20+75=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71144B is #8EEBB4. Grayscale: #353535. Windows color (decimal): -9366453 or 4920433. OLE color: 4920433.

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

Color convert

RGB1132075-
CMYK00.820.340.56
HSL324.52º69.92%26.08%-
HSV(B)324.52º82.3%44.31%-
XYZ8.334.527.09-
YUV54.08139.81170.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=54.33%
G=9.62%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113207500.820.340.56324.5269.9226.08
Hex71144B0522238145461a
Octal161241130122427050510632
Binary111000110100100101101010010100010111000101000101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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