#512646

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

Shades of Loulou #512646

Tints of Loulou #512646

Color information

#512646 (or 0x512646) is unknown color: approx Loulou. HEX triplet: 51, 26 and 46. RGB value is (81,38,70). Sum of RGB (Red+Green+Blue) = 81+38+70=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #512646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512646 is #AED9B9. Grayscale: #363636. Windows color (decimal): -11459002 or 4597329. OLE color: 4597329.

HSL color Cylindrical-coordinate representation of color #512646: hue angle of 315.35º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512646 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB813870-
CMYK00.530.140.68
HSL315.35º36.13%23.33%-
HSV(B)315.35º53.09%31.76%-
XYZ5.193.586.21-
YUV54.5136.75146.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=42.86%
G=20.11%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81387000.530.140.68315.3536.1323.33
Hex512646035E4413b2417
Octal12146106065161044734427
Binary1010001100110100011001101011110100010010011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512646; }

 p { color: rgb(81,38,70); }

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

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

 a { background-color: rgb(81,38,70); }

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

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

 span { border-color: rgb(81,38,70); }

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