#551A4B

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

Shades of Loulou #551A4B

Tints of Loulou #551A4B

Color information

#551A4B (or 0x551A4B) is unknown color: approx Loulou. HEX triplet: 55, 1A and 4B. RGB value is (85,26,75). Sum of RGB (Red+Green+Blue) = 85+26+75=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A4B is #AAE5B4. Grayscale: #313131. Windows color (decimal): -11199925 or 4921941. OLE color: 4921941.

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

Color convert

RGB852675-
CMYK00.690.120.67
HSL310.17º53.15%21.76%-
HSV(B)310.17º69.41%33.33%-
XYZ5.393.186.99-
YUV49.23142.55153.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=45.70%
G=13.98%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85267500.690.120.67310.1753.1521.76
Hex551A4B045C431363516
Octal125321130105141034666526
Binary1010101110101001011010001011100100001110011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #551A4B;
 }
 .AnyTagClassName
 {
   color: #551A4B;
 }
</style>
background-color css

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

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

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

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

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

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