#562646

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

Shades of Loulou #562646

Tints of Loulou #562646

Color information

#562646 (or 0x562646) is unknown color: approx Loulou. HEX triplet: 56, 26 and 46. RGB value is (86,38,70). Sum of RGB (Red+Green+Blue) = 86+38+70=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #562646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562646 is #A9D9B9. Grayscale: #373737. Windows color (decimal): -11131322 or 4597334. OLE color: 4597334.

HSL color Cylindrical-coordinate representation of color #562646: hue angle of 320º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #562646 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB863870-
CMYK00.560.190.66
HSL320º38.71%24.31%-
HSV(B)320º55.81%33.73%-
XYZ5.643.816.23-
YUV56135.9149.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=44.33%
G=19.59%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387000.560.190.6632038.7124.31
Hex56264603813421402718
Octal12646106070231025004730
Binary10101101001101000110011100010011100001010100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562646; }

 p { color: rgb(86,38,70); }

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

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

 a { background-color: rgb(86,38,70); }

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

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

 span { border-color: rgb(86,38,70); }

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