#561845

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

Shades of Pompadour #561845

Tints of Pompadour #561845

Color information

#561845 (or 0x561845) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 45. RGB value is (86,24,69). Sum of RGB (Red+Green+Blue) = 86+24+69=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #561845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561845 is #A9E7BA. Grayscale: #2F2F2F. Windows color (decimal): -11134907 or 4528214. OLE color: 4528214.

HSL color Cylindrical-coordinate representation of color #561845: hue angle of 316.45º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561845 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB862469-
CMYK00.720.200.66
HSL316.45º56.36%21.57%-
HSV(B)316.45º72.09%33.73%-
XYZ5.243.065.95-
YUV47.67140.04155.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=48.04%
G=13.41%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246900.720.200.66316.4556.3621.57
Hex561845048144213c3816
Octal126301050110241024747026
Binary10101101100010001010100100010100100001010011110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561845; }

 p { color: rgb(86,24,69); }

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

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

 a { background-color: rgb(86,24,69); }

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

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

 span { border-color: rgb(86,24,69); }

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