#561B40

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

Shades of Pompadour #561B40

Tints of Pompadour #561B40

Color information

#561B40 (or 0x561B40) is unknown color: approx Pompadour. HEX triplet: 56, 1B and 40. RGB value is (86,27,64). Sum of RGB (Red+Green+Blue) = 86+27+64=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B40 is #A9E4BF. Grayscale: #303030. Windows color (decimal): -11134144 or 4201302. OLE color: 4201302.

HSL color Cylindrical-coordinate representation of color #561B40: hue angle of 322.37º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B40 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB862764-
CMYK00.690.260.66
HSL322.37º52.21%22.16%-
HSV(B)322.37º68.6%33.73%-
XYZ5.163.135.18-
YUV48.86136.55154.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 27 (10.94% from 255) = 15.25%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=48.59%
G=15.25%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86276400.690.260.66322.3752.2122.16
Hex561B400451A421423416
Octal126331000105321025026426
Binary10101101101110000000100010111010100001010100001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,27,64); }

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

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

 a { background-color: rgb(86,27,64); }

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

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

 span { border-color: rgb(86,27,64); }

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