Html Css Color HEX #561C49 Loulou

📋 copy color: '#561C49'

red 86 ◦ green 28 ◦ blue 73

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

Shades of Loulou #561C49

Tints of Loulou #561C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

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

R = 45.99%
G = 14.97%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561C49 (or 0x561C49) is known color: Loulou. HEX triplet: 56, 1C and 49. RGB value is (86,28,73). Sum of RGB (Red+Green+Blue) = 86+28+73=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C49 is #A9E3B6. Grayscale: #323232. Windows color (decimal): -11133879 or 4791382. OLE color: 4791382.

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

Color convert

RGB 86 28 73 -
CMYK 0 0.67 0.15 0.66
HSL 313.45º 0.51% 0.22% -
HSV(B) 313.45º 0.67% 0.34% -
XYZ 5.46 3.29 6.65 -
YUV 50.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 86 28 73 0 0.67 0.15 0.66 313.45 0.51 0.22
Hex 56 1C 49 0 43 F 42 139 33 16
Octal 126 34 111 0 103 17 102 471 63 26
Binary 1010110 11100 1001001 0 1000011 1111 1000010 100111001 110011 10110

Color Harmonies of #561C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C49

Black with #561C49

Text Example


Text Example

White with #561C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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