Html Css Color HEX #563448 Loulou

📋 copy color: '#563448'

red 86 ◦ green 52 ◦ blue 72

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

Shades of Loulou #563448

Tints of Loulou #563448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 40.95%
G = 24.76%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#563448 (or 0x563448) is known color: Loulou. HEX triplet: 56, 34 and 48. RGB value is (86,52,72). Sum of RGB (Red+Green+Blue) = 86+52+72=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #563448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563448 is #A9CBB7. Grayscale: #404040. Windows color (decimal): -11127736 or 4731990. OLE color: 4731990.

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

Color convert

RGB 86 52 72 -
CMYK 0 0.40 0.16 0.66
HSL 324.71º 0.25% 0.27% -
HSV(B) 324.71º 0.4% 0.34% -
XYZ 6.24 4.9 6.75 -
YUV 64.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 86 52 72 0 0.40 0.16 0.66 324.71 0.25 0.27
Hex 56 34 48 0 28 10 42 145 19 1B
Octal 126 64 110 0 50 20 102 505 31 33
Binary 1010110 110100 1001000 0 101000 10000 1000010 101000101 11001 11011

Color Harmonies of #563448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563448

Black with #563448

Text Example


Text Example

White with #563448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563448; }

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

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

background-color css

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

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

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

border-color css

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

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

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