#56184B

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

Shades of Loulou #56184B

Tints of Loulou #56184B

Color information

#56184B (or 0x56184B) is unknown color: approx Loulou. HEX triplet: 56, 18 and 4B. RGB value is (86,24,75). Sum of RGB (Red+Green+Blue) = 86+24+75=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56184B is #A9E7B4. Grayscale: #303030. Windows color (decimal): -11134901 or 4921430. OLE color: 4921430.

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

Color convert

RGB862475-
CMYK00.720.130.66
HSL310.65º56.36%21.57%-
HSV(B)310.65º72.09%33.73%-
XYZ5.433.146.98-
YUV48.35143.04154.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=46.49%
G=12.97%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86247500.720.130.66310.6556.3621.57
Hex56184B048D421373816
Octal126301130110151024677026
Binary1010110110001001011010010001101100001010011011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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