Html Css Color HEX #551A4D Loulou

📋 copy color: '#551A4D'

red 85 ◦ green 26 ◦ blue 77

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

Shades of Loulou #551A4D

Tints of Loulou #551A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

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

R = 45.21%
G = 13.83%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#551A4D (or 0x551A4D) is known color: Loulou. HEX triplet: 55, 1A and 4D. RGB value is (85,26,77). Sum of RGB (Red+Green+Blue) = 85+26+77=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A4D is #AAE5B2. Grayscale: #313131. Windows color (decimal): -11199923 or 5053013. OLE color: 5053013.

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

Color convert

RGB 85 26 77 -
CMYK 0 0.69 0.09 0.67
HSL 308.14º 0.53% 0.22% -
HSV(B) 308.14º 0.69% 0.33% -
XYZ 5.46 3.21 7.35 -
YUV 49.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 85 26 77 0 0.69 0.09 0.67 308.14 0.53 0.22
Hex 55 1A 4D 0 45 9 43 134 35 16
Octal 125 32 115 0 105 11 103 464 65 26
Binary 1010101 11010 1001101 0 1000101 1001 1000011 100110100 110101 10110

Color Harmonies of #551A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A4D

Black with #551A4D

Text Example


Text Example

White with #551A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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