#562348

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

Shades of Loulou #562348

Tints of Loulou #562348

Color information

#562348 (or 0x562348) is unknown color: approx Loulou. HEX triplet: 56, 23 and 48. RGB value is (86,35,72). Sum of RGB (Red+Green+Blue) = 86+35+72=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #562348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562348 is #A9DCB7. Grayscale: #363636. Windows color (decimal): -11132088 or 4727638. OLE color: 4727638.

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

Color convert

RGB863572-
CMYK00.590.160.66
HSL316.47º42.15%23.73%-
HSV(B)316.47º59.3%33.73%-
XYZ5.613.656.54-
YUV54.47137.9150.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=44.56%
G=18.13%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86357200.590.160.66316.4742.1523.73
Hex56234803B104213c2a18
Octal12643110073201024745230
Binary10101101000111001000011101110000100001010011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562348; }

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

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

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

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

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

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

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

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