#51434E

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

Shades of Purple Taupe #51434E

Tints of Purple Taupe #51434E

Color information

#51434E (or 0x51434E) is unknown color: approx Purple Taupe. HEX triplet: 51, 43 and 4E. RGB value is (81,67,78). Sum of RGB (Red+Green+Blue) = 81+67+78=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #51434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51434E is #AEBCB1. Grayscale: #484848. Windows color (decimal): -11451570 or 5129041. OLE color: 5129041.

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

Color convert

RGB816778-
CMYK00.170.040.68
HSL312.86º9.46%29.02%-
HSV(B)312.86º17.28%31.76%-
XYZ6.786.318.07-
YUV72.44131.14134.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=35.84%
G=29.65%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81677800.170.040.68312.869.4629.02
Hex51434E01144413991d
Octal12110311602141044711135
Binary1010001100001110011100100011001000100100111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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