Html Css Color HEX #563046 Loulou

📋 copy color: '#563046'

red 86 ◦ green 48 ◦ blue 70

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

Shades of Loulou #563046

Tints of Loulou #563046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 42.16%
G = 23.53%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#563046 (or 0x563046) is known color: Loulou. HEX triplet: 56, 30 and 46. RGB value is (86,48,70). Sum of RGB (Red+Green+Blue) = 86+48+70=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #563046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563046 is #A9CFB9. Grayscale: #3D3D3D. Windows color (decimal): -11128762 or 4599894. OLE color: 4599894.

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

Color convert

RGB 86 48 70 -
CMYK 0 0.44 0.19 0.66
HSL 325.26º 0.28% 0.26% -
HSV(B) 325.26º 0.44% 0.34% -
XYZ 6 4.53 6.35 -
YUV 61.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 86 48 70 0 0.44 0.19 0.66 325.26 0.28 0.26
Hex 56 30 46 0 2C 13 42 145 1C 1A
Octal 126 60 106 0 54 23 102 505 34 32
Binary 1010110 110000 1000110 0 101100 10011 1000010 101000101 11100 11010

Color Harmonies of #563046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563046

Black with #563046

Text Example


Text Example

White with #563046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563046; }

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

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

background-color css

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

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

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

border-color css

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

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

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