#561E44

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

Shades of Pompadour #561E44

Tints of Pompadour #561E44

Color information

#561E44 (or 0x561E44) is unknown color: approx Pompadour. HEX triplet: 56, 1E and 44. RGB value is (86,30,68). Sum of RGB (Red+Green+Blue) = 86+30+68=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E44 is #A9E1BB. Grayscale: #323232. Windows color (decimal): -11133372 or 4464214. OLE color: 4464214.

HSL color Cylindrical-coordinate representation of color #561E44: hue angle of 319.29º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E44 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB863068-
CMYK00.650.210.66
HSL319.29º48.28%22.75%-
HSV(B)319.29º65.12%33.73%-
XYZ5.353.325.83-
YUV51.08137.55152.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=46.74%
G=16.30%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86306800.650.210.66319.2948.2822.75
Hex561E44041154213f3017
Octal126361040101251024776027
Binary10101101111010001000100000110101100001010011111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561E44; }

 p { color: rgb(86,30,68); }

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

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

 a { background-color: rgb(86,30,68); }

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

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

 span { border-color: rgb(86,30,68); }

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