#71214E

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

Shades of Pompadour #71214E

Tints of Pompadour #71214E

Color information

#71214E (or 0x71214E) is unknown color: approx Pompadour. HEX triplet: 71, 21 and 4E. RGB value is (113,33,78). Sum of RGB (Red+Green+Blue) = 113+33+78=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71214E is #8EDEB1. Grayscale: #3D3D3D. Windows color (decimal): -9363122 or 5120369. OLE color: 5120369.

HSL color Cylindrical-coordinate representation of color #71214E: hue angle of 326.25º 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 #71214E is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1133378-
CMYK00.710.310.56
HSL326.25º54.79%28.63%-
HSV(B)326.25º70.8%44.31%-
XYZ8.735.157.74-
YUV62.05137164.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=50.45%
G=14.73%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113337800.710.310.56326.2554.7928.63
Hex71214E0471F38146371d
Octal16141116010737705066735
Binary11100011000011001110010001111111111100010100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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