#571945

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

Shades of Pompadour #571945

Tints of Pompadour #571945

Color information

#571945 (or 0x571945) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 45. RGB value is (87,25,69). Sum of RGB (Red+Green+Blue) = 87+25+69=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #571945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571945 is #A8E6BA. Grayscale: #303030. Windows color (decimal): -11069115 or 4528471. OLE color: 4528471.

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

Color convert

RGB872569-
CMYK00.710.210.66
HSL317.42º55.36%21.96%-
HSV(B)317.42º71.26%34.12%-
XYZ5.353.155.96-
YUV48.55139.54155.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=48.07%
G=13.81%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87256900.710.210.66317.4255.3621.96
Hex571945047154213d3716
Octal127311050107251024756726
Binary10101111100110001010100011110101100001010011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571945; }

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

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

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

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

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

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

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

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