#562650

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

Shades of Loulou #562650

Tints of Loulou #562650

Color information

#562650 (or 0x562650) is unknown color: approx Loulou. HEX triplet: 56, 26 and 50. RGB value is (86,38,80). Sum of RGB (Red+Green+Blue) = 86+38+80=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #562650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562650 is #A9D9AF. Grayscale: #393939. Windows color (decimal): -11131312 or 5252694. OLE color: 5252694.

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

Color convert

RGB863880-
CMYK00.560.070.66
HSL307.5º38.71%24.31%-
HSV(B)307.5º55.81%33.73%-
XYZ5.983.948.04-
YUV57.14140.9148.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=42.16%
G=18.63%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86388000.560.070.66307.538.7124.31
Hex5626500387421342718
Octal1264612007071024644730
Binary101011010011010100000111000111100001010011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562650; }

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

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

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

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

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

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

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

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