Html Css Color HEX #561949 Loulou

📋 copy color: '#561949'

red 86 ◦ green 25 ◦ blue 73

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

Shades of Loulou #561949

Tints of Loulou #561949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 46.74%
G = 13.59%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561949 (or 0x561949) is known color: Loulou. HEX triplet: 56, 19 and 49. RGB value is (86,25,73). Sum of RGB (Red+Green+Blue) = 86+25+73=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561949 is #A9E6B6. Grayscale: #303030. Windows color (decimal): -11134647 or 4790614. OLE color: 4790614.

HSL color Cylindrical-coordinate representation of color #561949: hue angle of 312.79º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561949 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 25 73 -
CMYK 0 0.71 0.15 0.66
HSL 312.79º 0.55% 0.22% -
HSV(B) 312.79º 0.71% 0.34% -
XYZ 5.39 3.15 6.63 -
YUV 48.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 86 25 73 0 0.71 0.15 0.66 312.79 0.55 0.22
Hex 56 19 49 0 47 F 42 139 37 16
Octal 126 31 111 0 107 17 102 471 67 26
Binary 1010110 11001 1001001 0 1000111 1111 1000010 100111001 110111 10110

Color Harmonies of #561949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561949

Black with #561949

Text Example


Text Example

White with #561949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561949; }

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

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

background-color css

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

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

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

border-color css

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

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

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