#56174A

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

Shades of Loulou #56174A

Tints of Loulou #56174A

Color information

#56174A (or 0x56174A) is unknown color: approx Loulou. HEX triplet: 56, 17 and 4A. RGB value is (86,23,74). Sum of RGB (Red+Green+Blue) = 86+23+74=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56174A is #A9E8B5. Grayscale: #2F2F2F. Windows color (decimal): -11135158 or 4855638. OLE color: 4855638.

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

Color convert

RGB862374-
CMYK00.730.140.66
HSL311.43º57.8%21.37%-
HSV(B)311.43º73.26%33.73%-
XYZ5.383.096.79-
YUV47.65142.87155.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=46.99%
G=12.57%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86237400.730.140.66311.4357.821.37
Hex56174A049E421373a15
Octal126271120111161024677225
Binary1010110101111001010010010011110100001010011011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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