#562851

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

Shades of Loulou #562851

Tints of Loulou #562851

Color information

#562851 (or 0x562851) is unknown color: approx Loulou. HEX triplet: 56, 28 and 51. RGB value is (86,40,81). Sum of RGB (Red+Green+Blue) = 86+40+81=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #562851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562851 is #A9D7AE. Grayscale: #3A3A3A. Windows color (decimal): -11130799 or 5318742. OLE color: 5318742.

HSL color Cylindrical-coordinate representation of color #562851: hue angle of 306.52º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #562851 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB864081-
CMYK00.530.060.66
HSL306.52º36.51%24.71%-
HSV(B)306.52º53.49%33.73%-
XYZ6.084.098.25-
YUV58.43140.74147.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.55%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=41.55%
G=19.32%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86408100.530.060.66306.5236.5124.71
Hex5628510356421332519
Octal1265012106561024634531
Binary101011010100010100010110101110100001010011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562851; }

 p { color: rgb(86,40,81); }

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

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

 a { background-color: rgb(86,40,81); }

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

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

 span { border-color: rgb(86,40,81); }

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