#56234D

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

Shades of Loulou #56234D

Tints of Loulou #56234D

Color information

#56234D (or 0x56234D) is unknown color: approx Loulou. HEX triplet: 56, 23 and 4D. RGB value is (86,35,77). Sum of RGB (Red+Green+Blue) = 86+35+77=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56234D is #A9DCB2. Grayscale: #363636. Windows color (decimal): -11132083 or 5055318. OLE color: 5055318.

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

Color convert

RGB863577-
CMYK00.590.100.66
HSL310.59º42.15%23.73%-
HSV(B)310.59º59.3%33.73%-
XYZ5.783.727.43-
YUV55.04140.4150.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=43.43%
G=17.68%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86357700.590.100.66310.5942.1523.73
Hex56234D03BA421372a18
Octal12643115073121024675230
Binary1010110100011100110101110111010100001010011011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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