#561843

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

Shades of Pompadour #561843

Tints of Pompadour #561843

Color information

#561843 (or 0x561843) is unknown color: approx Pompadour. HEX triplet: 56, 18 and 43. RGB value is (86,24,67). Sum of RGB (Red+Green+Blue) = 86+24+67=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561843 is #A9E7BC. Grayscale: #2F2F2F. Windows color (decimal): -11134909 or 4397142. OLE color: 4397142.

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

Color convert

RGB862467-
CMYK00.720.220.66
HSL318.39º56.36%21.57%-
HSV(B)318.39º72.09%33.73%-
XYZ5.183.045.62-
YUV47.44139.04155.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=48.59%
G=13.56%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86246700.720.220.66318.3956.3621.57
Hex561843048164213e3816
Octal126301030110261024767026
Binary10101101100010000110100100010110100001010011111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561843; }

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

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

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

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

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

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

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

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