#561648

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

Shades of Loulou #561648

Tints of Loulou #561648

Color information

#561648 (or 0x561648) is unknown color: approx Loulou. HEX triplet: 56, 16 and 48. RGB value is (86,22,72). Sum of RGB (Red+Green+Blue) = 86+22+72=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #561648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561648 is #A9E9B7. Grayscale: #2E2E2E. Windows color (decimal): -11135416 or 4724310. OLE color: 4724310.

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

Color convert

RGB862272-
CMYK00.740.160.66
HSL313.12º59.26%21.18%-
HSV(B)313.12º74.42%33.73%-
XYZ5.293.026.43-
YUV46.84142.2155.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 72 (28.52% from 255) = 40%
R=47.78%
G=12.22%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86227200.740.160.66313.1259.2621.18
Hex56164804A10421393b15
Octal126261100112201024717325
Binary10101101011010010000100101010000100001010011100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561648; }

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

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

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

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

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

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

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

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