#56154B

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

Shades of Loulou #56154B

Tints of Loulou #56154B

Color information

#56154B (or 0x56154B) is unknown color: approx Loulou. HEX triplet: 56, 15 and 4B. RGB value is (86,21,75). Sum of RGB (Red+Green+Blue) = 86+21+75=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56154B is #A9EAB4. Grayscale: #2E2E2E. Windows color (decimal): -11135669 or 4920662. OLE color: 4920662.

HSL color Cylindrical-coordinate representation of color #56154B: hue angle of 310.15º 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 #56154B is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB862175-
CMYK00.760.130.66
HSL310.15º60.75%20.98%-
HSV(B)310.15º75.58%33.73%-
XYZ5.383.026.96-
YUV46.59144.03156.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=47.25%
G=11.54%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86217500.760.130.66310.1560.7520.98
Hex56154B04CD421363d15
Octal126251130114151024667525
Binary1010110101011001011010011001101100001010011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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