Html Css Color HEX #561647 Loulou

📋 copy color: '#561647'

red 86 ◦ green 22 ◦ blue 71

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

Shades of Loulou #561647

Tints of Loulou #561647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 48.04%
G = 12.29%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#561647 (or 0x561647) is known color: Loulou. HEX triplet: 56, 16 and 47. RGB value is (86,22,71). Sum of RGB (Red+Green+Blue) = 86+22+71=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #561647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561647 is #A9E9B8. Grayscale: #2E2E2E. Windows color (decimal): -11135417 or 4658774. OLE color: 4658774.

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

Color convert

RGB 86 22 71 -
CMYK 0 0.74 0.17 0.66
HSL 314.06º 0.59% 0.21% -
HSV(B) 314.06º 0.74% 0.34% -
XYZ 5.26 3.01 6.26 -
YUV 46.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 86 22 71 0 0.74 0.17 0.66 314.06 0.59 0.21
Hex 56 16 47 0 4A 11 42 13A 3B 15
Octal 126 26 107 0 112 21 102 472 73 25
Binary 1010110 10110 1000111 0 1001010 10001 1000010 100111010 111011 10101

Color Harmonies of #561647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561647

Black with #561647

Text Example


Text Example

White with #561647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561647; }

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

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

background-color css

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

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

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

border-color css

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

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

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