#572843

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

Shades of Pompadour #572843

Tints of Pompadour #572843

Color information

#572843 (or 0x572843) is unknown color: approx Pompadour. HEX triplet: 57, 28 and 43. RGB value is (87,40,67). Sum of RGB (Red+Green+Blue) = 87+40+67=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572843 is #A8D7BC. Grayscale: #393939. Windows color (decimal): -11065277 or 4401239. OLE color: 4401239.

HSL color Cylindrical-coordinate representation of color #572843: hue angle of 325.53º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572843 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB874067-
CMYK00.540.230.66
HSL325.53º37.01%24.9%-
HSV(B)325.53º54.02%34.12%-
XYZ5.73.955.77-
YUV57.13133.57149.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=44.85%
G=20.62%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87406700.540.230.66325.5337.0124.9
Hex57284303617421462519
Octal12750103066271025064531
Binary10101111010001000011011011010111100001010100011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572843; }

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

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

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

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

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

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

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

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