Html Css Color HEX #561C48 Loulou

📋 copy color: '#561C48'

red 86 ◦ green 28 ◦ blue 72

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

Shades of Loulou #561C48

Tints of Loulou #561C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 46.24%
G = 15.05%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#561C48 (or 0x561C48) is known color: Loulou. HEX triplet: 56, 1C and 48. RGB value is (86,28,72). Sum of RGB (Red+Green+Blue) = 86+28+72=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #561C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C48 is #A9E3B7. Grayscale: #323232. Windows color (decimal): -11133880 or 4725846. OLE color: 4725846.

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

Color convert

RGB 86 28 72 -
CMYK 0 0.67 0.16 0.66
HSL 314.48º 0.51% 0.22% -
HSV(B) 314.48º 0.67% 0.34% -
XYZ 5.42 3.28 6.48 -
YUV 50.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 86 28 72 0 0.67 0.16 0.66 314.48 0.51 0.22
Hex 56 1C 48 0 43 10 42 13A 33 16
Octal 126 34 110 0 103 20 102 472 63 26
Binary 1010110 11100 1001000 0 1000011 10000 1000010 100111010 110011 10110

Color Harmonies of #561C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C48

Black with #561C48

Text Example


Text Example

White with #561C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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