#512F4C

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

Shades of Loulou #512F4C

Tints of Loulou #512F4C

Color information

#512F4C (or 0x512F4C) is unknown color: approx Loulou. HEX triplet: 51, 2F and 4C. RGB value is (81,47,76). Sum of RGB (Red+Green+Blue) = 81+47+76=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #512F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F4C is #AED0B3. Grayscale: #3C3C3C. Windows color (decimal): -11456692 or 4992849. OLE color: 4992849.

HSL color Cylindrical-coordinate representation of color #512F4C: hue angle of 308.82º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #512F4C is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB814776-
CMYK00.420.060.68
HSL308.82º26.56%25.1%-
HSV(B)308.82º41.98%31.76%-
XYZ5.714.37.37-
YUV60.47136.76142.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=39.71%
G=23.04%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81477600.420.060.68308.8226.5625.1
Hex512F4C02A6441351b19
Octal1215711405261044653331
Binary10100011011111001100010101011010001001001101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512F4C; }

 p { color: rgb(81,47,76); }

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

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

 a { background-color: rgb(81,47,76); }

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

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

 span { border-color: rgb(81,47,76); }

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