#562844

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

Shades of Loulou #562844

Tints of Loulou #562844

Color information

#562844 (or 0x562844) is unknown color: approx Loulou. HEX triplet: 56, 28 and 44. RGB value is (86,40,68). Sum of RGB (Red+Green+Blue) = 86+40+68=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #562844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562844 is #A9D7BB. Grayscale: #383838. Windows color (decimal): -11130812 or 4466774. OLE color: 4466774.

HSL color Cylindrical-coordinate representation of color #562844: hue angle of 323.48º 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 #562844 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB864068-
CMYK00.530.210.66
HSL323.48º36.51%24.71%-
HSV(B)323.48º53.49%33.73%-
XYZ5.643.915.93-
YUV56.95134.24148.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=44.33%
G=20.62%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86406800.530.210.66323.4836.5124.71
Hex56284403515421432519
Octal12650104065251025034531
Binary10101101010001000100011010110101100001010100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562844; }

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

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

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

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

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

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

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

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