#561642

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

Shades of Pompadour #561642

Tints of Pompadour #561642

Color information

#561642 (or 0x561642) is unknown color: approx Pompadour. HEX triplet: 56, 16 and 42. RGB value is (86,22,66). Sum of RGB (Red+Green+Blue) = 86+22+66=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561642 is #A9E9BD. Grayscale: #2E2E2E. Windows color (decimal): -11135422 or 4331094. OLE color: 4331094.

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

Color convert

RGB862266-
CMYK00.740.230.66
HSL318.75º59.26%21.18%-
HSV(B)318.75º74.42%33.73%-
XYZ5.112.955.45-
YUV46.15139.2156.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=49.43%
G=12.64%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86226600.740.230.66318.7559.2621.18
Hex56164204A174213f3b15
Octal126261020112271024777325
Binary10101101011010000100100101010111100001010011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561642; }

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

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

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

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

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

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

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

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