Html Css Color HEX #563449 Loulou

📋 copy color: '#563449'

red 86 ◦ green 52 ◦ blue 73

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

Shades of Loulou #563449

Tints of Loulou #563449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 40.76%
G = 24.64%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#563449 (or 0x563449) is known color: Loulou. HEX triplet: 56, 34 and 49. RGB value is (86,52,73). Sum of RGB (Red+Green+Blue) = 86+52+73=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #563449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563449 is #A9CBB6. Grayscale: #404040. Windows color (decimal): -11127735 or 4797526. OLE color: 4797526.

HSL color Cylindrical-coordinate representation of color #563449: hue angle of 322.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #563449 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 73 -
CMYK 0 0.40 0.15 0.66
HSL 322.94º 0.25% 0.27% -
HSV(B) 322.94º 0.4% 0.34% -
XYZ 6.27 4.92 6.92 -
YUV 64.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 86 52 73 0 0.40 0.15 0.66 322.94 0.25 0.27
Hex 56 34 49 0 28 F 42 143 19 1B
Octal 126 64 111 0 50 17 102 503 31 33
Binary 1010110 110100 1001001 0 101000 1111 1000010 101000011 11001 11011

Color Harmonies of #563449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563449

Black with #563449

Text Example


Text Example

White with #563449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563449; }

 p { color: rgb(86,52,73); }

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

background-color css

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

 a { background-color: rgb(86,52,73); }

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

border-color css

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

 span { border-color: rgb(86,52,73); }

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