#562548

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

Shades of Loulou #562548

Tints of Loulou #562548

Color information

#562548 (or 0x562548) is unknown color: approx Loulou. HEX triplet: 56, 25 and 48. RGB value is (86,37,72). Sum of RGB (Red+Green+Blue) = 86+37+72=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #562548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562548 is #A9DAB7. Grayscale: #373737. Windows color (decimal): -11131576 or 4728150. OLE color: 4728150.

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

Color convert

RGB863772-
CMYK00.570.160.66
HSL317.14º39.84%24.12%-
HSV(B)317.14º56.98%33.73%-
XYZ5.673.776.56-
YUV55.64137.23149.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=44.10%
G=18.97%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377200.570.160.66317.1439.8424.12
Hex562548039104213d2818
Octal12645110071201024755030
Binary10101101001011001000011100110000100001010011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562548; }

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

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

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

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

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

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

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

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