#51384B

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

Shades of Loulou #51384B

Tints of Loulou #51384B

Color information

#51384B (or 0x51384B) is unknown color: approx Loulou. HEX triplet: 51, 38 and 4B. RGB value is (81,56,75). Sum of RGB (Red+Green+Blue) = 81+56+75=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51384B is #AEC7B4. Grayscale: #414141. Windows color (decimal): -11454389 or 4929617. OLE color: 4929617.

HSL color Cylindrical-coordinate representation of color #51384B: hue angle of 314.4º 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 #51384B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB815675-
CMYK00.310.070.68
HSL314.4º18.25%26.86%-
HSV(B)314.4º30.86%31.76%-
XYZ6.085.097.32-
YUV65.64133.28138.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=38.21%
G=26.42%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81567500.310.070.68314.418.2526.86
Hex51384B01F74413a121b
Octal1217011303771044722233
Binary1010001111000100101101111111110001001001110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51384B; }

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

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

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

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

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

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

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

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