#561841

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

Shades of Pompadour #561841

Tints of Pompadour #561841

Color information

#561841 (or 0x561841) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 41. RGB value is (86,24,65). Sum of RGB (Red+Green+Blue) = 86+24+65=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561841 is #A9E7BE. Grayscale: #2F2F2F. Windows color (decimal): -11134911 or 4266070. OLE color: 4266070.

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

Color convert

RGB862465-
CMYK00.720.240.66
HSL320.32º56.36%21.57%-
HSV(B)320.32º72.09%33.73%-
XYZ5.123.015.31-
YUV47.21138.04155.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=49.14%
G=13.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246500.720.240.66320.3256.3621.57
Hex56184104818421403816
Octal126301010110301025007026
Binary10101101100010000010100100011000100001010100000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561841; }

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

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

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

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

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

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

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

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