#512F4A

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

Shades of Loulou #512F4A

Tints of Loulou #512F4A

Color information

#512F4A (or 0x512F4A) is unknown color: approx Loulou. HEX triplet: 51, 2F and 4A. RGB value is (81,47,74). Sum of RGB (Red+Green+Blue) = 81+47+74=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #512F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F4A is #AED0B5. Grayscale: #3C3C3C. Windows color (decimal): -11456694 or 4861777. OLE color: 4861777.

HSL color Cylindrical-coordinate representation of color #512F4A: hue angle of 312.35º 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 #512F4A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB814774-
CMYK00.420.090.68
HSL312.35º26.56%25.1%-
HSV(B)312.35º41.98%31.76%-
XYZ5.654.287.01-
YUV60.24135.76142.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 47 (18.75% from 255) = 23.27%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=40.10%
G=23.27%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81477400.420.090.68312.3526.5625.1
Hex512F4A02A9441381b19
Octal12157112052111044703331
Binary101000110111110010100101010100110001001001110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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