#51414E

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

Shades of Purple Taupe #51414E

Tints of Purple Taupe #51414E

Color information

#51414E (or 0x51414E) is unknown color: approx Purple Taupe. HEX triplet: 51, 41 and 4E. RGB value is (81,65,78). Sum of RGB (Red+Green+Blue) = 81+65+78=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #51414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51414E is #AEBEB1. Grayscale: #474747. Windows color (decimal): -11452082 or 5128529. OLE color: 5128529.

HSL color Cylindrical-coordinate representation of color #51414E: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51414E is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB816578-
CMYK00.200.040.68
HSL311.25º10.96%28.63%-
HSV(B)311.25º19.75%31.76%-
XYZ6.666.088.03-
YUV71.27131.8134.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=36.16%
G=29.02%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81657800.200.040.68311.2510.9628.63
Hex51414E014444137b1d
Octal12110111602441044671335
Binary1010001100000110011100101001001000100100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51414E; }

 p { color: rgb(81,65,78); }

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

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

 a { background-color: rgb(81,65,78); }

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

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

 span { border-color: rgb(81,65,78); }

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