Html Css Color HEX #561649 Loulou

📋 copy color: '#561649'

red 86 ◦ green 22 ◦ blue 73

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

Shades of Loulou #561649

Tints of Loulou #561649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 47.51%
G = 12.15%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561649 (or 0x561649) is known color: Loulou. HEX triplet: 56, 16 and 49. RGB value is (86,22,73). Sum of RGB (Red+Green+Blue) = 86+22+73=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #561649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561649 is #A9E9B6. Grayscale: #2E2E2E. Windows color (decimal): -11135415 or 4789846. OLE color: 4789846.

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

Color convert

RGB 86 22 73 -
CMYK 0 0.74 0.15 0.66
HSL 312.19º 0.59% 0.21% -
HSV(B) 312.19º 0.74% 0.34% -
XYZ 5.33 3.03 6.61 -
YUV 46.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 86 22 73 0 0.74 0.15 0.66 312.19 0.59 0.21
Hex 56 16 49 0 4A F 42 138 3B 15
Octal 126 26 111 0 112 17 102 470 73 25
Binary 1010110 10110 1001001 0 1001010 1111 1000010 100111000 111011 10101

Color Harmonies of #561649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561649

Black with #561649

Text Example


Text Example

White with #561649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561649; }

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

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

background-color css

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

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

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

border-color css

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

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

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