#56214A

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

Shades of Loulou #56214A

Tints of Loulou #56214A

Color information

#56214A (or 0x56214A) is unknown color: approx Loulou. HEX triplet: 56, 21 and 4A. RGB value is (86,33,74). Sum of RGB (Red+Green+Blue) = 86+33+74=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #56214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56214A is #A9DEB5. Grayscale: #353535. Windows color (decimal): -11132598 or 4858198. OLE color: 4858198.

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

Color convert

RGB863374-
CMYK00.620.140.66
HSL313.58º44.54%23.33%-
HSV(B)313.58º61.63%33.73%-
XYZ5.623.566.87-
YUV53.52139.56151.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=44.56%
G=17.10%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86337400.620.140.66313.5844.5423.33
Hex56214A03EE4213a2d17
Octal12641112076161024725527
Binary1010110100001100101001111101110100001010011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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