#513448

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

Shades of Loulou #513448

Tints of Loulou #513448

Color information

#513448 (or 0x513448) is unknown color: approx Loulou. HEX triplet: 51, 34 and 48. RGB value is (81,52,72). Sum of RGB (Red+Green+Blue) = 81+52+72=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513448 is #AECBB7. Grayscale: #3E3E3E. Windows color (decimal): -11455416 or 4731985. OLE color: 4731985.

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

Color convert

RGB815272-
CMYK00.360.110.68
HSL318.62º21.8%26.08%-
HSV(B)318.62º35.8%31.76%-
XYZ5.794.676.73-
YUV62.95133.11140.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=39.51%
G=25.37%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81527200.360.110.68318.6221.826.08
Hex513448024B4413f161a
Octal12164110044131044772632
Binary101000111010010010000100100101110001001001111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513448; }

 p { color: rgb(81,52,72); }

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

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

 a { background-color: rgb(81,52,72); }

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

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

 span { border-color: rgb(81,52,72); }

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