#512048

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

Shades of Loulou #512048

Tints of Loulou #512048

Color information

#512048 (or 0x512048) is unknown color: approx Loulou. HEX triplet: 51, 20 and 48. RGB value is (81,32,72). Sum of RGB (Red+Green+Blue) = 81+32+72=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #512048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512048 is #AEDFB7. Grayscale: #333333. Windows color (decimal): -11460536 or 4726865. OLE color: 4726865.

HSL color Cylindrical-coordinate representation of color #512048: hue angle of 311.02º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512048 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB813272-
CMYK00.600.110.68
HSL311.02º43.36%22.16%-
HSV(B)311.02º60.49%31.76%-
XYZ5.083.256.49-
YUV51.21139.73149.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=43.78%
G=17.30%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81327200.600.110.68311.0243.3622.16
Hex51204803CB441372b16
Octal12140110074131044675326
Binary1010001100000100100001111001011100010010011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512048; }

 p { color: rgb(81,32,72); }

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

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

 a { background-color: rgb(81,32,72); }

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

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

 span { border-color: rgb(81,32,72); }

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