#561F40

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

Shades of Pompadour #561F40

Tints of Pompadour #561F40

Color information

#561F40 (or 0x561F40) is unknown color: approx Pompadour. HEX triplet: 56, 1F and 40. RGB value is (86,31,64). Sum of RGB (Red+Green+Blue) = 86+31+64=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #561F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F40 is #A9E0BF. Grayscale: #333333. Windows color (decimal): -11133120 or 4202326. OLE color: 4202326.

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

Color convert

RGB863164-
CMYK00.640.260.66
HSL324º47.01%22.94%-
HSV(B)324º63.95%33.73%-
XYZ5.253.335.22-
YUV51.21135.22152.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=47.51%
G=17.13%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86316400.640.260.6632447.0122.94
Hex561F400401A421442f17
Octal126371000100321025045727
Binary10101101111110000000100000011010100001010100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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