#561640

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

Shades of Pompadour #561640

Tints of Pompadour #561640

Color information

#561640 (or 0x561640) is unknown color: approx Pompadour. HEX triplet: 56, 16 and 40. RGB value is (86,22,64). Sum of RGB (Red+Green+Blue) = 86+22+64=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561640 is #A9E9BF. Grayscale: #2D2D2D. Windows color (decimal): -11135424 or 4200022. OLE color: 4200022.

HSL color Cylindrical-coordinate representation of color #561640: hue angle of 320.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561640 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB862264-
CMYK00.740.260.66
HSL320.62º59.26%21.18%-
HSV(B)320.62º74.42%33.73%-
XYZ5.052.925.15-
YUV45.92138.2156.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=50%
G=12.79%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86226400.740.260.66320.6259.2621.18
Hex56164004A1A421413b15
Octal126261000112321025017325
Binary10101101011010000000100101011010100001010100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561640; }

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

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

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

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

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

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

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

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