#56214C

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

Shades of Loulou #56214C

Tints of Loulou #56214C

Color information

#56214C (or 0x56214C) is unknown color: approx Loulou. HEX triplet: 56, 21 and 4C. RGB value is (86,33,76). Sum of RGB (Red+Green+Blue) = 86+33+76=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56214C is #A9DEB3. Grayscale: #353535. Windows color (decimal): -11132596 or 4989270. OLE color: 4989270.

HSL color Cylindrical-coordinate representation of color #56214C: hue angle of 311.32º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56214C is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB863376-
CMYK00.620.120.66
HSL311.32º44.54%23.33%-
HSV(B)311.32º61.63%33.73%-
XYZ5.693.597.23-
YUV53.75140.56151-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=44.10%
G=16.92%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337600.620.120.66311.3244.5423.33
Hex56214C03EC421372d17
Octal12641114076141024675527
Binary1010110100001100110001111101100100001010011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56214C; }

 p { color: rgb(86,33,76); }

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

<style>
 a { background-color: #56214C; }

 a { background-color: rgb(86,33,76); }

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

<style>
 span { border-color: #56214C; }

 span { border-color: rgb(86,33,76); }

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