#513246

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

Shades of Loulou #513246

Tints of Loulou #513246

Color information

#513246 (or 0x513246) is unknown color: approx Loulou. HEX triplet: 51, 32 and 46. RGB value is (81,50,70). Sum of RGB (Red+Green+Blue) = 81+50+70=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513246 is #AECDB9. Grayscale: #3D3D3D. Windows color (decimal): -11455930 or 4600401. OLE color: 4600401.

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

Color convert

RGB815070-
CMYK00.380.140.68
HSL321.29º23.66%25.69%-
HSV(B)321.29º38.27%31.76%-
XYZ5.644.476.36-
YUV61.55132.77141.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=40.30%
G=24.88%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81507000.380.140.68321.2923.6625.69
Hex513246026E44141181a
Octal12162106046161045013032
Binary101000111001010001100100110111010001001010000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513246; }

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

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

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

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

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

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

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

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