#56174D

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

Shades of Loulou #56174D

Tints of Loulou #56174D

Color information

#56174D (or 0x56174D) is unknown color: approx Loulou. HEX triplet: 56, 17 and 4D. RGB value is (86,23,77). Sum of RGB (Red+Green+Blue) = 86+23+77=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56174D is #A9E8B2. Grayscale: #2F2F2F. Windows color (decimal): -11135155 or 5052246. OLE color: 5052246.

HSL color Cylindrical-coordinate representation of color #56174D: hue angle of 308.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56174D is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB862377-
CMYK00.730.100.66
HSL308.57º57.8%21.37%-
HSV(B)308.57º73.26%33.73%-
XYZ5.483.137.34-
YUV47.99144.37155.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=46.24%
G=12.37%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86237700.730.100.66308.5757.821.37
Hex56174D049A421353a15
Octal126271150111121024657225
Binary1010110101111001101010010011010100001010011010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56174D; }

 p { color: rgb(86,23,77); }

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

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

 a { background-color: rgb(86,23,77); }

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

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

 span { border-color: rgb(86,23,77); }

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