Html Css Color HEX #561C47 Loulou

📋 copy color: '#561C47'

red 86 ◦ green 28 ◦ blue 71

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

Shades of Loulou #561C47

Tints of Loulou #561C47

RGB

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

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

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

R = 46.49%
G = 15.14%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#561C47 (or 0x561C47) is known color: Loulou. HEX triplet: 56, 1C and 47. RGB value is (86,28,71). Sum of RGB (Red+Green+Blue) = 86+28+71=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C47 is #A9E3B8. Grayscale: #323232. Windows color (decimal): -11133881 or 4660310. OLE color: 4660310.

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

Color convert

RGB 86 28 71 -
CMYK 0 0.67 0.17 0.66
HSL 315.52º 0.51% 0.22% -
HSV(B) 315.52º 0.67% 0.34% -
XYZ 5.39 3.26 6.31 -
YUV 50.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 86 28 71 0 0.67 0.17 0.66 315.52 0.51 0.22
Hex 56 1C 47 0 43 11 42 13C 33 16
Octal 126 34 107 0 103 21 102 474 63 26
Binary 1010110 11100 1000111 0 1000011 10001 1000010 100111100 110011 10110

Color Harmonies of #561C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C47

Black with #561C47

Text Example


Text Example

White with #561C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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