Html Css Color HEX #561946 Loulou

📋 copy color: '#561946'

red 86 ◦ green 25 ◦ blue 70

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

Shades of Loulou #561946

Tints of Loulou #561946

RGB

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

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

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

R = 47.51%
G = 13.81%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561946 (or 0x561946) is known color: Loulou. HEX triplet: 56, 19 and 46. RGB value is (86,25,70). Sum of RGB (Red+Green+Blue) = 86+25+70=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #561946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561946 is #A9E6B9. Grayscale: #303030. Windows color (decimal): -11134650 or 4594006. OLE color: 4594006.

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

Color convert

RGB 86 25 70 -
CMYK 0 0.71 0.19 0.66
HSL 315.74º 0.55% 0.22% -
HSV(B) 315.74º 0.71% 0.34% -
XYZ 5.29 3.12 6.12 -
YUV 48.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 86 25 70 0 0.71 0.19 0.66 315.74 0.55 0.22
Hex 56 19 46 0 47 13 42 13C 37 16
Octal 126 31 106 0 107 23 102 474 67 26
Binary 1010110 11001 1000110 0 1000111 10011 1000010 100111100 110111 10110

Color Harmonies of #561946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561946

Black with #561946

Text Example


Text Example

White with #561946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561946; }

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

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

background-color css

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

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

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

border-color css

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

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

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