#56184A

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

Shades of Loulou #56184A

Tints of Loulou #56184A

Color information

#56184A (or 0x56184A) is unknown color: approx Loulou. HEX triplet: 56, 18 and 4A. RGB value is (86,24,74). Sum of RGB (Red+Green+Blue) = 86+24+74=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56184A is #A9E7B5. Grayscale: #303030. Windows color (decimal): -11134902 or 4855894. OLE color: 4855894.

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

Color convert

RGB862474-
CMYK00.720.140.66
HSL311.61º56.36%21.57%-
HSV(B)311.61º72.09%33.73%-
XYZ5.43.136.8-
YUV48.24142.54154.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=46.74%
G=13.04%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86247400.720.140.66311.6156.3621.57
Hex56184A048E421383816
Octal126301120110161024707026
Binary1010110110001001010010010001110100001010011100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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