#551A4F

Color #551A4F Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #551A4F

Tints of Loulou #551A4F

Color information

#551A4F (or 0x551A4F) is unknown color: approx 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

RGB852679-
CMYK00.690.070.67
HSL306.1º53.15%21.76%-
HSV(B)306.1º69.41%33.33%-
XYZ5.533.237.73-
YUV49.68144.55153.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85267900.690.070.67306.153.1521.76
Hex551A4F0457431323516
Octal12532117010571034626526
Binary101010111010100111101000101111100001110011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>