Html Css Color HEX #551C49 Loulou

📋 copy color: '#551C49'

red 85 ◦ green 28 ◦ blue 73

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

Shades of Loulou #551C49

Tints of Loulou #551C49

RGB

 RED value IS 85 (33.59% from 255) = 45.7%

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

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

R = 45.7%
G = 15.05%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#551C49 (or 0x551C49) is known color: Loulou. HEX triplet: 55, 1C and 49. RGB value is (85,28,73). Sum of RGB (Red+Green+Blue) = 85+28+73=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C49 is #AAE3B6. Grayscale: #323232. Windows color (decimal): -11199415 or 4791381. OLE color: 4791381.

HSL color Cylindrical-coordinate representation of color #551C49: hue angle of 312.63º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C49 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 73 -
CMYK 0 0.67 0.14 0.67
HSL 312.63º 0.5% 0.22% -
HSV(B) 312.63º 0.67% 0.33% -
XYZ 5.36 3.24 6.65 -
YUV 50.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 85 28 73 0 0.67 0.14 0.67 312.63 0.5 0.22
Hex 55 1C 49 0 43 E 43 139 32 16
Octal 125 34 111 0 103 16 103 471 62 26
Binary 1010101 11100 1001001 0 1000011 1110 1000011 100111001 110010 10110

Color Harmonies of #551C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C49

Black with #551C49

Text Example


Text Example

White with #551C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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