#571846

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

Shades of Pompadour #571846

Tints of Pompadour #571846

Color information

#571846 (or 0x571846) is unknown color: approx Pompadour. HEX triplet: 57, 18 and 46. RGB value is (87,24,70). Sum of RGB (Red+Green+Blue) = 87+24+70=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #571846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571846 is #A8E7B9. Grayscale: #2F2F2F. Windows color (decimal): -11069370 or 4593751. OLE color: 4593751.

HSL color Cylindrical-coordinate representation of color #571846: hue angle of 316.19º 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 #571846 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB872470-
CMYK00.720.200.66
HSL316.19º56.76%21.76%-
HSV(B)316.19º72.41%34.12%-
XYZ5.363.126.11-
YUV48.08140.37155.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=48.07%
G=13.26%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87247000.720.200.66316.1956.7621.76
Hex571846048144213c3916
Octal127301060110241024747126
Binary10101111100010001100100100010100100001010011110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571846; }

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

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

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

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

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

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

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

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