Html Css Color HEX #551E4D Loulou

📋 copy color: '#551E4D'

red 85 ◦ green 30 ◦ blue 77

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

Shades of Loulou #551E4D

Tints of Loulou #551E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.63%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 44.27%
G = 15.63%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#551E4D (or 0x551E4D) is known color: Loulou. HEX triplet: 55, 1E and 4D. RGB value is (85,30,77). Sum of RGB (Red+Green+Blue) = 85+30+77=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E4D is #AAE1B2. Grayscale: #333333. Windows color (decimal): -11198899 or 5054037. OLE color: 5054037.

HSL color Cylindrical-coordinate representation of color #551E4D: hue angle of 308.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E4D is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 77 -
CMYK 0 0.65 0.09 0.67
HSL 308.73º 0.48% 0.23% -
HSV(B) 308.73º 0.65% 0.33% -
XYZ 5.55 3.4 7.38 -
YUV 51.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 85 30 77 0 0.65 0.09 0.67 308.73 0.48 0.23
Hex 55 1E 4D 0 41 9 43 135 30 17
Octal 125 36 115 0 101 11 103 465 60 27
Binary 1010101 11110 1001101 0 1000001 1001 1000011 100110101 110000 10111

Color Harmonies of #551E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E4D

Black with #551E4D

Text Example


Text Example

White with #551E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,77); }

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

background-color css

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

 a { background-color: rgb(85,30,77); }

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

border-color css

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

 span { border-color: rgb(85,30,77); }

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