#56164A

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

Shades of Loulou #56164A

Tints of Loulou #56164A

Color information

#56164A (or 0x56164A) is unknown color: approx Loulou. HEX triplet: 56, 16 and 4A. RGB value is (86,22,74). Sum of RGB (Red+Green+Blue) = 86+22+74=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56164A is #A9E9B5. Grayscale: #2E2E2E. Windows color (decimal): -11135414 or 4855382. OLE color: 4855382.

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

Color convert

RGB862274-
CMYK00.740.140.66
HSL311.25º59.26%21.18%-
HSV(B)311.25º74.42%33.73%-
XYZ5.363.056.78-
YUV47.06143.2155.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=47.25%
G=12.09%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86227400.740.140.66311.2559.2621.18
Hex56164A04AE421373b15
Octal126261120112161024677325
Binary1010110101101001010010010101110100001010011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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