#562547

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

Shades of Loulou #562547

Tints of Loulou #562547

Color information

#562547 (or 0x562547) is unknown color: approx Loulou. HEX triplet: 56, 25 and 47. RGB value is (86,37,71). Sum of RGB (Red+Green+Blue) = 86+37+71=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #562547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562547 is #A9DAB8. Grayscale: #373737. Windows color (decimal): -11131577 or 4662614. OLE color: 4662614.

HSL color Cylindrical-coordinate representation of color #562547: hue angle of 318.37º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562547 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB863771-
CMYK00.570.170.66
HSL318.37º39.84%24.12%-
HSV(B)318.37º56.98%33.73%-
XYZ5.643.766.39-
YUV55.53136.73149.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=44.33%
G=19.07%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377100.570.170.66318.3739.8424.12
Hex562547039114213e2818
Octal12645107071211024765030
Binary10101101001011000111011100110001100001010011111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562547; }

 p { color: rgb(86,37,71); }

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

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

 a { background-color: rgb(86,37,71); }

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

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

 span { border-color: rgb(86,37,71); }

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