#51384C

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

Shades of Purple Taupe #51384C

Tints of Purple Taupe #51384C

Color information

#51384C (or 0x51384C) is unknown color: approx Purple Taupe. HEX triplet: 51, 38 and 4C. RGB value is (81,56,76). Sum of RGB (Red+Green+Blue) = 81+56+76=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #51384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51384C is #AEC7B3. Grayscale: #414141. Windows color (decimal): -11454388 or 4995153. OLE color: 4995153.

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

Color convert

RGB815676-
CMYK00.310.060.68
HSL312º18.25%26.86%-
HSV(B)312º30.86%31.76%-
XYZ6.115.17.5-
YUV65.76133.78138.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=38.03%
G=26.29%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81567600.310.060.6831218.2526.86
Hex51384C01F644138121b
Octal1217011403761044702233
Binary1010001111000100110001111111010001001001110001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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