#512447

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

Shades of Loulou #512447

Tints of Loulou #512447

Color information

#512447 (or 0x512447) is unknown color: approx Loulou. HEX triplet: 51, 24 and 47. RGB value is (81,36,71). Sum of RGB (Red+Green+Blue) = 81+36+71=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512447 is #AEDBB8. Grayscale: #353535. Windows color (decimal): -11459513 or 4662353. OLE color: 4662353.

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

Color convert

RGB813671-
CMYK00.560.120.68
HSL313.33º38.46%22.94%-
HSV(B)313.33º55.56%31.76%-
XYZ5.163.476.36-
YUV53.44137.91147.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=43.09%
G=19.15%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81367100.560.120.68313.3338.4622.94
Hex512447038C441392617
Octal12144107070141044714627
Binary1010001100100100011101110001100100010010011100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512447; }

 p { color: rgb(81,36,71); }

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

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

 a { background-color: rgb(81,36,71); }

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

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

 span { border-color: rgb(81,36,71); }

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