#56214B

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

Shades of Loulou #56214B

Tints of Loulou #56214B

Color information

#56214B (or 0x56214B) is unknown color: approx Loulou. HEX triplet: 56, 21 and 4B. RGB value is (86,33,75). Sum of RGB (Red+Green+Blue) = 86+33+75=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56214B is #A9DEB4. Grayscale: #353535. Windows color (decimal): -11132597 or 4923734. OLE color: 4923734.

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

Color convert

RGB863375-
CMYK00.620.130.66
HSL312.45º44.54%23.33%-
HSV(B)312.45º61.63%33.73%-
XYZ5.653.577.05-
YUV53.63140.06151.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=44.33%
G=17.01%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337500.620.130.66312.4544.5423.33
Hex56214B03ED421382d17
Octal12641113076151024705527
Binary1010110100001100101101111101101100001010011100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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