#513848

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

Shades of Loulou #513848

Tints of Loulou #513848

Color information

#513848 (or 0x513848) is unknown color: approx Loulou. HEX triplet: 51, 38 and 48. RGB value is (81,56,72). Sum of RGB (Red+Green+Blue) = 81+56+72=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 81 - color contains mainly: red. Hex color #513848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513848 is #AEC7B7. Grayscale: #414141. Windows color (decimal): -11454392 or 4733009. OLE color: 4733009.

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

Color convert

RGB815672-
CMYK00.310.110.68
HSL321.6º18.25%26.86%-
HSV(B)321.6º30.86%31.76%-
XYZ5.985.056.79-
YUV65.3131.78139.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=38.76%
G=26.79%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81567200.310.110.68321.618.2526.86
Hex51384801FB44142121b
Octal12170110037131045022233
Binary10100011110001001000011111101110001001010000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513848; }

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

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

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

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

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

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

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

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