#512349

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

Shades of Loulou #512349

Tints of Loulou #512349

Color information

#512349 (or 0x512349) is unknown color: approx Loulou. HEX triplet: 51, 23 and 49. RGB value is (81,35,73). Sum of RGB (Red+Green+Blue) = 81+35+73=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512349 is #AEDCB6. Grayscale: #343434. Windows color (decimal): -11459767 or 4793169. OLE color: 4793169.

HSL color Cylindrical-coordinate representation of color #512349: hue angle of 310.43º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512349 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB813573-
CMYK00.570.100.68
HSL310.43º39.66%22.75%-
HSV(B)310.43º56.79%31.76%-
XYZ5.23.436.69-
YUV53.09139.24147.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=42.86%
G=18.52%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81357300.570.100.68310.4339.6622.75
Hex512349039A441362817
Octal12143111071121044665027
Binary1010001100011100100101110011010100010010011011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512349; }

 p { color: rgb(81,35,73); }

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

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

 a { background-color: rgb(81,35,73); }

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

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

 span { border-color: rgb(81,35,73); }

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