Html Css Color HEX #561849 Loulou

📋 copy color: '#561849'

red 86 ◦ green 24 ◦ blue 73

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

Shades of Loulou #561849

Tints of Loulou #561849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 46.99%
G = 13.11%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561849 (or 0x561849) is known color: Loulou. HEX triplet: 56, 18 and 49. RGB value is (86,24,73). Sum of RGB (Red+Green+Blue) = 86+24+73=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #561849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561849 is #A9E7B6. Grayscale: #2F2F2F. Windows color (decimal): -11134903 or 4790358. OLE color: 4790358.

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

Color convert

RGB 86 24 73 -
CMYK 0 0.72 0.15 0.66
HSL 312.58º 0.56% 0.22% -
HSV(B) 312.58º 0.72% 0.34% -
XYZ 5.37 3.11 6.62 -
YUV 48.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 86 24 73 0 0.72 0.15 0.66 312.58 0.56 0.22
Hex 56 18 49 0 48 F 42 139 38 16
Octal 126 30 111 0 110 17 102 471 70 26
Binary 1010110 11000 1001001 0 1001000 1111 1000010 100111001 111000 10110

Color Harmonies of #561849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561849

Black with #561849

Text Example


Text Example

White with #561849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561849; }

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

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

background-color css

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

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

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

border-color css

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

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

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