Html Css Color HEX #551A4F Loulou

📋 copy color: '#551A4F'

red 85 ◦ green 26 ◦ blue 79

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

Shades of Loulou #551A4F

Tints of Loulou #551A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 44.74%
G = 13.68%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#551A4F (or 0x551A4F) is known color: Loulou. HEX triplet: 55, 1A and 4F. RGB value is (85,26,79). Sum of RGB (Red+Green+Blue) = 85+26+79=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A4F is #AAE5B0. Grayscale: #313131. Windows color (decimal): -11199921 or 5184085. OLE color: 5184085.

HSL color Cylindrical-coordinate representation of color #551A4F: hue angle of 306.1º 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 #551A4F is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 26 79 -
CMYK 0 0.69 0.07 0.67
HSL 306.1º 0.53% 0.22% -
HSV(B) 306.1º 0.69% 0.33% -
XYZ 5.53 3.23 7.73 -
YUV 49.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 85 26 79 0 0.69 0.07 0.67 306.1 0.53 0.22
Hex 55 1A 4F 0 45 7 43 132 35 16
Octal 125 32 117 0 105 7 103 462 65 26
Binary 1010101 11010 1001111 0 1000101 111 1000011 100110010 110101 10110

Color Harmonies of #551A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A4F

Black with #551A4F

Text Example


Text Example

White with #551A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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