#71214C

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

Shades of Pompadour #71214C

Tints of Pompadour #71214C

Color information

#71214C (or 0x71214C) is unknown color: approx Pompadour. HEX triplet: 71, 21 and 4C. RGB value is (113,33,76). Sum of RGB (Red+Green+Blue) = 113+33+76=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71214C is #8EDEB3. Grayscale: #3D3D3D. Windows color (decimal): -9363124 or 4989297. OLE color: 4989297.

HSL color Cylindrical-coordinate representation of color #71214C: hue angle of 327.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71214C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1133376-
CMYK00.710.330.56
HSL327.75º54.79%28.63%-
HSV(B)327.75º70.8%44.31%-
XYZ8.665.127.37-
YUV61.82136164.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=50.90%
G=14.86%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113337600.710.330.56327.7554.7928.63
Hex71214C0472138148371d
Octal16141114010741705106735
Binary111000110000110011000100011110000111100010100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71214C; }

 p { color: rgb(113,33,76); }

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

<style>
 a { background-color: #71214C; }

 a { background-color: rgb(113,33,76); }

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

<style>
 span { border-color: #71214C; }

 span { border-color: rgb(113,33,76); }

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