#51424E

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

Shades of Purple Taupe #51424E

Tints of Purple Taupe #51424E

Color information

#51424E (or 0x51424E) is unknown color: approx Purple Taupe. HEX triplet: 51, 42 and 4E. RGB value is (81,66,78). Sum of RGB (Red+Green+Blue) = 81+66+78=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51424E is #AEBDB1. Grayscale: #474747. Windows color (decimal): -11451826 or 5128785. OLE color: 5128785.

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

Color convert

RGB816678-
CMYK00.190.040.68
HSL312º10.2%28.82%-
HSV(B)312º18.52%31.76%-
XYZ6.726.28.05-
YUV71.85131.47134.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=36%
G=29.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81667800.190.040.6831210.228.82
Hex51424E013444138a1d
Octal12110211602341044701235
Binary1010001100001010011100100111001000100100111000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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