#512747

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

Shades of Loulou #512747

Tints of Loulou #512747

Color information

#512747 (or 0x512747) is unknown color: approx Loulou. HEX triplet: 51, 27 and 47. RGB value is (81,39,71). Sum of RGB (Red+Green+Blue) = 81+39+71=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #512747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512747 is #AED8B8. Grayscale: #373737. Windows color (decimal): -11458745 or 4663121. OLE color: 4663121.

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

Color convert

RGB813971-
CMYK00.520.120.68
HSL314.29º35%23.53%-
HSV(B)314.29º51.85%31.76%-
XYZ5.263.666.39-
YUV55.21136.91146.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=42.41%
G=20.42%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81397100.520.120.68314.293523.53
Hex512747034C4413a2318
Octal12147107064141044724330
Binary1010001100111100011101101001100100010010011101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512747; }

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

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

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

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

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

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

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

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