#512B4E

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

Shades of Loulou #512B4E

Tints of Loulou #512B4E

Color information

#512B4E (or 0x512B4E) is unknown color: approx Loulou. HEX triplet: 51, 2B and 4E. RGB value is (81,43,78). Sum of RGB (Red+Green+Blue) = 81+43+78=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #512B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B4E is #AED4B1. Grayscale: #3A3A3A. Windows color (decimal): -11457714 or 5122897. OLE color: 5122897.

HSL color Cylindrical-coordinate representation of color #512B4E: hue angle of 304.74º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B4E is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB814378-
CMYK00.470.040.68
HSL304.74º30.65%24.31%-
HSV(B)304.74º46.91%31.76%-
XYZ5.634.037.69-
YUV58.35139.09144.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=40.10%
G=21.29%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81437800.470.040.68304.7430.6524.31
Hex512B4E02F4441311f18
Octal1215311605741044613730
Binary10100011010111001110010111110010001001001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,78); }

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

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

 a { background-color: rgb(81,43,78); }

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

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

 span { border-color: rgb(81,43,78); }

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