#562649

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

Shades of Loulou #562649

Tints of Loulou #562649

Color information

#562649 (or 0x562649) is unknown color: approx Loulou. HEX triplet: 56, 26 and 49. RGB value is (86,38,73). Sum of RGB (Red+Green+Blue) = 86+38+73=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #562649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562649 is #A9D9B6. Grayscale: #383838. Windows color (decimal): -11131319 or 4793942. OLE color: 4793942.

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

Color convert

RGB863873-
CMYK00.560.150.66
HSL316.25º38.71%24.31%-
HSV(B)316.25º55.81%33.73%-
XYZ5.733.856.74-
YUV56.34137.4149.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=43.65%
G=19.29%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86387300.560.150.66316.2538.7124.31
Hex562649038F4213c2718
Octal12646111070171024744730
Binary1010110100110100100101110001111100001010011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562649; }

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

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

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

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

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

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

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

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