#561643

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

Shades of Pompadour #561643

Tints of Pompadour #561643

Color information

#561643 (or 0x561643) is unknown color: approx Pompadour. HEX triplet: 56, 16 and 43. RGB value is (86,22,67). Sum of RGB (Red+Green+Blue) = 86+22+67=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561643 is #A9E9BC. Grayscale: #2E2E2E. Windows color (decimal): -11135421 or 4396630. OLE color: 4396630.

HSL color Cylindrical-coordinate representation of color #561643: hue angle of 317.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561643 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB862267-
CMYK00.740.220.66
HSL317.81º59.26%21.18%-
HSV(B)317.81º74.42%33.73%-
XYZ5.142.965.61-
YUV46.27139.7156.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.14%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=49.14%
G=12.57%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86226700.740.220.66317.8159.2621.18
Hex56164304A164213e3b15
Octal126261030112261024767325
Binary10101101011010000110100101010110100001010011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561643; }

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

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

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

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

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

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

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

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