#512E4A

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

Shades of Loulou #512E4A

Tints of Loulou #512E4A

Color information

#512E4A (or 0x512E4A) is unknown color: approx Loulou. HEX triplet: 51, 2E and 4A. RGB value is (81,46,74). Sum of RGB (Red+Green+Blue) = 81+46+74=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #512E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E4A is #AED1B5. Grayscale: #3B3B3B. Windows color (decimal): -11456950 or 4861521. OLE color: 4861521.

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

Color convert

RGB814674-
CMYK00.430.090.68
HSL312º27.56%24.9%-
HSV(B)312º43.21%31.76%-
XYZ5.614.26.99-
YUV59.66136.1143.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=40.30%
G=22.89%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81467400.430.090.6831227.5624.9
Hex512E4A02B9441381c19
Octal12156112053111044703431
Binary101000110111010010100101011100110001001001110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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