#513249

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

Shades of Loulou #513249

Tints of Loulou #513249

Color information

#513249 (or 0x513249) is unknown color: approx Loulou. HEX triplet: 51, 32 and 49. RGB value is (81,50,73). Sum of RGB (Red+Green+Blue) = 81+50+73=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513249 is #AECDB6. Grayscale: #3D3D3D. Windows color (decimal): -11455927 or 4797009. OLE color: 4797009.

HSL color Cylindrical-coordinate representation of color #513249: hue angle of 315.48º 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 #513249 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB815073-
CMYK00.380.100.68
HSL315.48º23.66%25.69%-
HSV(B)315.48º38.27%31.76%-
XYZ5.744.516.87-
YUV61.89134.27141.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=39.71%
G=24.51%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81507300.380.100.68315.4823.6625.69
Hex513249026A4413b181a
Octal12162111046121044733032
Binary101000111001010010010100110101010001001001110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513249; }

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

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

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

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

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

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

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

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