#561E3B

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

Shades of Pompadour #561E3B

Tints of Pompadour #561E3B

Color information

#561E3B (or 0x561E3B) is unknown color: approx Pompadour. HEX triplet: 56, 1E and 3B. RGB value is (86,30,59). Sum of RGB (Red+Green+Blue) = 86+30+59=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E3B is #A9E1C4. Grayscale: #313131. Windows color (decimal): -11133381 or 3874390. OLE color: 3874390.

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

Color convert

RGB863059-
CMYK00.650.310.66
HSL328.93º48.28%22.75%-
HSV(B)328.93º65.12%33.73%-
XYZ5.093.224.49-
YUV50.05133.05153.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=49.14%
G=17.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86305900.650.310.66328.9348.2822.75
Hex561E3B0411F421493017
Octal12636730101371025116027
Binary1010110111101110110100000111111100001010100100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,30,59); }

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

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

 a { background-color: rgb(86,30,59); }

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

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

 span { border-color: rgb(86,30,59); }

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