#56154A

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

Shades of Loulou #56154A

Tints of Loulou #56154A

Color information

#56154A (or 0x56154A) is unknown color: approx Loulou. HEX triplet: 56, 15 and 4A. RGB value is (86,21,74). Sum of RGB (Red+Green+Blue) = 86+21+74=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56154A is #A9EAB5. Grayscale: #2E2E2E. Windows color (decimal): -11135670 or 4855126. OLE color: 4855126.

HSL color Cylindrical-coordinate representation of color #56154A: hue angle of 311.08º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56154A is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB862174-
CMYK00.760.140.66
HSL311.08º60.75%20.98%-
HSV(B)311.08º75.58%33.73%-
XYZ5.343.016.78-
YUV46.48143.53156.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=47.51%
G=11.60%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86217400.760.140.66311.0860.7520.98
Hex56154A04CE421373d15
Octal126251120114161024677525
Binary1010110101011001010010011001110100001010011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56154A; }

 p { color: rgb(86,21,74); }

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

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

 a { background-color: rgb(86,21,74); }

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

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

 span { border-color: rgb(86,21,74); }

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