#512A44

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

Shades of Loulou #512A44

Tints of Loulou #512A44

Color information

#512A44 (or 0x512A44) is unknown color: approx Loulou. HEX triplet: 51, 2A and 44. RGB value is (81,42,68). Sum of RGB (Red+Green+Blue) = 81+42+68=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #512A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A44 is #AED5BB. Grayscale: #383838. Windows color (decimal): -11457980 or 4467281. OLE color: 4467281.

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

Color convert

RGB814268-
CMYK00.480.160.68
HSL320º31.71%24.12%-
HSV(B)320º48.15%31.76%-
XYZ5.263.825.93-
YUV56.62134.42145.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=42.41%
G=21.99%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81426800.480.160.6832031.7124.12
Hex512A4403010441402018
Octal12152104060201045004030
Binary10100011010101000100011000010000100010010100000010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,42,68); }

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

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

 a { background-color: rgb(81,42,68); }

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

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

 span { border-color: rgb(81,42,68); }

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