#571942

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

Shades of Pompadour #571942

Tints of Pompadour #571942

Color information

#571942 (or 0x571942) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 42. RGB value is (87,25,66). Sum of RGB (Red+Green+Blue) = 87+25+66=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571942 is #A8E6BD. Grayscale: #303030. Windows color (decimal): -11069118 or 4331863. OLE color: 4331863.

HSL color Cylindrical-coordinate representation of color #571942: hue angle of 320.32º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571942 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB872566-
CMYK00.710.240.66
HSL320.32º55.36%21.96%-
HSV(B)320.32º71.26%34.12%-
XYZ5.263.115.48-
YUV48.21138.04155.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=48.88%
G=14.04%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87256600.710.240.66320.3255.3621.96
Hex57194204718421403716
Octal127311020107301025006726
Binary10101111100110000100100011111000100001010100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571942; }

 p { color: rgb(87,25,66); }

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

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

 a { background-color: rgb(87,25,66); }

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

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

 span { border-color: rgb(87,25,66); }

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