#51454E

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

Shades of Purple Taupe #51454E

Tints of Purple Taupe #51454E

Color information

#51454E (or 0x51454E) is unknown color: approx Purple Taupe. HEX triplet: 51, 45 and 4E. RGB value is (81,69,78). Sum of RGB (Red+Green+Blue) = 81+69+78=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51454E is #AEBAB1. Grayscale: #494949. Windows color (decimal): -11451058 or 5129553. OLE color: 5129553.

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

Color convert

RGB816978-
CMYK00.150.040.68
HSL315º8%29.41%-
HSV(B)315º14.81%31.76%-
XYZ6.96.568.11-
YUV73.61130.48133.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=35.53%
G=30.26%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81697800.150.040.68315829.41
Hex51454E0F44413b81d
Octal12110511601741044731035
Binary101000110001011001110011111001000100100111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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