#571842

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

Shades of Pompadour #571842

Tints of Pompadour #571842

Color information

#571842 (or 0x571842) is unknown color: approx Pompadour. HEX triplet: 57, 18 and 42. RGB value is (87,24,66). Sum of RGB (Red+Green+Blue) = 87+24+66=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571842 is #A8E7BD. Grayscale: #2F2F2F. Windows color (decimal): -11069374 or 4331607. OLE color: 4331607.

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

Color convert

RGB872466-
CMYK00.720.240.66
HSL320º56.76%21.76%-
HSV(B)320º72.41%34.12%-
XYZ5.243.075.47-
YUV47.62138.37156.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=49.15%
G=13.56%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87246600.720.240.6632056.7621.76
Hex57184204818421403916
Octal127301020110301025007126
Binary10101111100010000100100100011000100001010100000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571842; }

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

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

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

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

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

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

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

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