#511443

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

Shades of Loulou #511443

Tints of Loulou #511443

Color information

#511443 (or 0x511443) is unknown color: approx Loulou. HEX triplet: 51, 14 and 43. RGB value is (81,20,67). Sum of RGB (Red+Green+Blue) = 81+20+67=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #511443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511443 is #AEEBBC. Grayscale: #2B2B2B. Windows color (decimal): -11463613 or 4396113. OLE color: 4396113.

HSL color Cylindrical-coordinate representation of color #511443: hue angle of 313.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511443 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB812067-
CMYK00.750.170.68
HSL313.77º60.4%19.8%-
HSV(B)313.77º75.31%31.76%-
XYZ4.662.655.58-
YUV43.6141.21154.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=48.21%
G=11.90%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81206700.750.170.68313.7760.419.8
Hex51144304B114413a3c14
Octal121241030113211044727424
Binary10100011010010000110100101110001100010010011101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511443; }

 p { color: rgb(81,20,67); }

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

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

 a { background-color: rgb(81,20,67); }

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

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

 span { border-color: rgb(81,20,67); }

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