#561844

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

Shades of Pompadour #561844

Tints of Pompadour #561844

Color information

#561844 (or 0x561844) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 44. RGB value is (86,24,68). Sum of RGB (Red+Green+Blue) = 86+24+68=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561844 is #A9E7BB. Grayscale: #2F2F2F. Windows color (decimal): -11134908 or 4462678. OLE color: 4462678.

HSL color Cylindrical-coordinate representation of color #561844: hue angle of 317.42º 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 #561844 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB862468-
CMYK00.720.210.66
HSL317.42º56.36%21.57%-
HSV(B)317.42º72.09%33.73%-
XYZ5.213.055.78-
YUV47.55139.54155.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=48.31%
G=13.48%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246800.720.210.66317.4256.3621.57
Hex561844048154213d3816
Octal126301040110251024757026
Binary10101101100010001000100100010101100001010011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561844; }

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

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

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

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

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

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

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

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