#561E43

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

Shades of Pompadour #561E43

Tints of Pompadour #561E43

Color information

#561E43 (or 0x561E43) is unknown color: approx Pompadour. HEX triplet: 56, 1E and 43. RGB value is (86,30,67). Sum of RGB (Red+Green+Blue) = 86+30+67=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #561E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E43 is #A9E1BC. Grayscale: #323232. Windows color (decimal): -11133373 or 4398678. OLE color: 4398678.

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

Color convert

RGB863067-
CMYK00.650.220.66
HSL320.36º48.28%22.75%-
HSV(B)320.36º65.12%33.73%-
XYZ5.323.315.67-
YUV50.96137.05152.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=46.99%
G=16.39%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86306700.650.220.66320.3648.2822.75
Hex561E4304116421403017
Octal126361030101261025006027
Binary10101101111010000110100000110110100001010100000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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