#561E3C

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

Shades of Pompadour #561E3C

Tints of Pompadour #561E3C

Color information

#561E3C (or 0x561E3C) is unknown color: approx Pompadour. HEX triplet: 56, 1E and 3C. RGB value is (86,30,60). Sum of RGB (Red+Green+Blue) = 86+30+60=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E3C is #A9E1C3. Grayscale: #323232. Windows color (decimal): -11133380 or 3939926. OLE color: 3939926.

HSL color Cylindrical-coordinate representation of color #561E3C: hue angle of 327.86º 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 #561E3C is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB863060-
CMYK00.650.300.66
HSL327.86º48.28%22.75%-
HSV(B)327.86º65.12%33.73%-
XYZ5.123.234.63-
YUV50.16133.55153.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=48.86%
G=17.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86306000.650.300.66327.8648.2822.75
Hex561E3C0411E421483017
Octal12636740101361025106027
Binary1010110111101111000100000111110100001010100100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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