#512042

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

Shades of Loulou #512042

Tints of Loulou #512042

Color information

#512042 (or 0x512042) is unknown color: approx Loulou. HEX triplet: 51, 20 and 42. RGB value is (81,32,66). Sum of RGB (Red+Green+Blue) = 81+32+66=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #512042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512042 is #AEDFBD. Grayscale: #323232. Windows color (decimal): -11460542 or 4333649. OLE color: 4333649.

HSL color Cylindrical-coordinate representation of color #512042: hue angle of 318.37º 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 #512042 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB813266-
CMYK00.600.190.68
HSL318.37º43.36%22.16%-
HSV(B)318.37º60.49%31.76%-
XYZ4.893.185.51-
YUV50.53136.73149.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=45.25%
G=17.88%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81326600.600.190.68318.3743.3622.16
Hex51204203C134413e2b16
Octal12140102074231044765326
Binary10100011000001000010011110010011100010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512042; }

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

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

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

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

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

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

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

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