Html Css Color HEX #563146 Loulou

📋 copy color: '#563146'

red 86 ◦ green 49 ◦ blue 70

#563146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #563146

Tints of Loulou #563146

RGB

 RED value IS 86 (33.98% from 255) = 41.95%

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 41.95%
G = 23.9%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#563146 (or 0x563146) is known color: Loulou. HEX triplet: 56, 31 and 46. RGB value is (86,49,70). Sum of RGB (Red+Green+Blue) = 86+49+70=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #563146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563146 is #A9CEB9. Grayscale: #3E3E3E. Windows color (decimal): -11128506 or 4600150. OLE color: 4600150.

HSL color Cylindrical-coordinate representation of color #563146: hue angle of 325.95º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563146 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 49 70 -
CMYK 0 0.43 0.19 0.66
HSL 325.95º 0.27% 0.26% -
HSV(B) 325.95º 0.43% 0.34% -
XYZ 6.04 4.62 6.37 -
YUV 62.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 86 49 70 0 0.43 0.19 0.66 325.95 0.27 0.26
Hex 56 31 46 0 2B 13 42 146 1B 1A
Octal 126 61 106 0 53 23 102 506 33 32
Binary 1010110 110001 1000110 0 101011 10011 1000010 101000110 11011 11010

Color Harmonies of #563146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563146

Black with #563146

Text Example


Text Example

White with #563146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563146; }

 p { color: rgb(86,49,70); }

 H1.HeaderClassName
 {
   color: #563146;
 }
 .AnyTagClassName
 {
   color: #563146;
 }
</style>

background-color css

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

 a { background-color: rgb(86,49,70); }

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

border-color css

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

 span { border-color: rgb(86,49,70); }

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