#561645

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

Shades of Pompadour #561645

Tints of Pompadour #561645

Color information

#561645 (or 0x561645) is unknown color: approx Pompadour. HEX triplet: 56, 16 and 45. RGB value is (86,22,69). Sum of RGB (Red+Green+Blue) = 86+22+69=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561645 is #A9E9BA. Grayscale: #2E2E2E. Windows color (decimal): -11135419 or 4527702. OLE color: 4527702.

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

Color convert

RGB862269-
CMYK00.740.200.66
HSL315.94º59.26%21.18%-
HSV(B)315.94º74.42%33.73%-
XYZ5.22.985.93-
YUV46.49140.7156.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.59%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=48.59%
G=12.43%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86226900.740.200.66315.9459.2621.18
Hex56164504A144213c3b15
Octal126261050112241024747325
Binary10101101011010001010100101010100100001010011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561645; }

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

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

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

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

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

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

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

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