#51414F

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

Shades of Purple Taupe #51414F

Tints of Purple Taupe #51414F

Color information

#51414F (or 0x51414F) is unknown color: approx Purple Taupe. HEX triplet: 51, 41 and 4F. RGB value is (81,65,79). Sum of RGB (Red+Green+Blue) = 81+65+79=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51414F is #AEBEB0. Grayscale: #474747. Windows color (decimal): -11452081 or 5194065. OLE color: 5194065.

HSL color Cylindrical-coordinate representation of color #51414F: hue angle of 307.5º 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 #51414F is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB816579-
CMYK00.200.020.68
HSL307.5º10.96%28.63%-
HSV(B)307.5º19.75%31.76%-
XYZ6.696.098.22-
YUV71.38132.3134.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=36%
G=28.89%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81657900.200.020.68307.510.9628.63
Hex51414F014244134b1d
Octal12110111702421044641335
Binary101000110000011001111010100101000100100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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