#571943

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

Shades of Pompadour #571943

Tints of Pompadour #571943

Color information

#571943 (or 0x571943) is unknown color: approx Pompadour. HEX triplet: 57, 19 and 43. RGB value is (87,25,67). Sum of RGB (Red+Green+Blue) = 87+25+67=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #571943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571943 is #A8E6BC. Grayscale: #303030. Windows color (decimal): -11069117 or 4397399. OLE color: 4397399.

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

Color convert

RGB872567-
CMYK00.710.230.66
HSL319.35º55.36%21.96%-
HSV(B)319.35º71.26%34.12%-
XYZ5.293.135.63-
YUV48.33138.54155.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=48.60%
G=13.97%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87256700.710.230.66319.3555.3621.96
Hex571943047174213f3716
Octal127311030107271024776726
Binary10101111100110000110100011110111100001010011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571943; }

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

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

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

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

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

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

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

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