#562846

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

Shades of Loulou #562846

Tints of Loulou #562846

Color information

#562846 (or 0x562846) is unknown color: approx Loulou. HEX triplet: 56, 28 and 46. RGB value is (86,40,70). Sum of RGB (Red+Green+Blue) = 86+40+70=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #562846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562846 is #A9D7B9. Grayscale: #393939. Windows color (decimal): -11130810 or 4597846. OLE color: 4597846.

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

Color convert

RGB864070-
CMYK00.530.190.66
HSL320.87º36.51%24.71%-
HSV(B)320.87º53.49%33.73%-
XYZ5.73.946.25-
YUV57.17135.24148.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=43.88%
G=20.41%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86407000.530.190.66320.8736.5124.71
Hex56284603513421412519
Octal12650106065231025014531
Binary10101101010001000110011010110011100001010100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562846; }

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

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

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

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

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

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

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

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