#561745

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

Shades of Pompadour #561745

Tints of Pompadour #561745

Color information

#561745 (or 0x561745) is unknown color: approx Pompadour. HEX triplet: 56, 17 and 45. RGB value is (86,23,69). Sum of RGB (Red+Green+Blue) = 86+23+69=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561745 is #A9E8BA. Grayscale: #2E2E2E. Windows color (decimal): -11135163 or 4527958. OLE color: 4527958.

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

Color convert

RGB862369-
CMYK00.730.200.66
HSL316.19º57.8%21.37%-
HSV(B)316.19º73.26%33.73%-
XYZ5.223.025.94-
YUV47.08140.37155.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 69 (27.34% from 255) = 38.76%
R=48.31%
G=12.92%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86236900.730.200.66316.1957.821.37
Hex561745049144213c3a15
Octal126271050111241024747225
Binary10101101011110001010100100110100100001010011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561745; }

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

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

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

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

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

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

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

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