#561945

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

Shades of Pompadour #561945

Tints of Pompadour #561945

Color information

#561945 (or 0x561945) is unknown color: approx Pompadour. HEX triplet: 56, 19 and 45. RGB value is (86,25,69). Sum of RGB (Red+Green+Blue) = 86+25+69=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #561945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561945 is #A9E6BA. Grayscale: #303030. Windows color (decimal): -11134651 or 4528470. OLE color: 4528470.

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

Color convert

RGB862569-
CMYK00.710.200.66
HSL316.72º54.95%21.76%-
HSV(B)316.72º70.93%33.73%-
XYZ5.263.15.95-
YUV48.26139.71154.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=47.78%
G=13.89%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86256900.710.200.66316.7254.9521.76
Hex561945047144213d3716
Octal126311050107241024756726
Binary10101101100110001010100011110100100001010011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561945; }

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

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

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

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

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

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

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

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