#571946

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

Shades of Pompadour #571946

Tints of Pompadour #571946

Color information

#571946 (or 0x571946) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 46. RGB value is (87,25,70). Sum of RGB (Red+Green+Blue) = 87+25+70=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571946 is #A8E6B9. Grayscale: #303030. Windows color (decimal): -11069114 or 4594007. OLE color: 4594007.

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

Color convert

RGB872570-
CMYK00.710.200.66
HSL316.45º55.36%21.96%-
HSV(B)316.45º71.26%34.12%-
XYZ5.383.166.12-
YUV48.67140.04155.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.80%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=47.80%
G=13.74%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87257000.710.200.66316.4555.3621.96
Hex571946047144213c3716
Octal127311060107241024746726
Binary10101111100110001100100011110100100001010011110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571946; }

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

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

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

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

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

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

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

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