#51434D

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

Shades of Purple Taupe #51434D

Tints of Purple Taupe #51434D

Color information

#51434D (or 0x51434D) is unknown color: approx Purple Taupe. HEX triplet: 51, 43 and 4D. RGB value is (81,67,77). Sum of RGB (Red+Green+Blue) = 81+67+77=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51434D is #AEBCB2. Grayscale: #484848. Windows color (decimal): -11451571 or 5063505. OLE color: 5063505.

HSL color Cylindrical-coordinate representation of color #51434D: hue angle of 317.14º 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 #51434D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB816777-
CMYK00.170.050.68
HSL317.14º9.46%29.02%-
HSV(B)317.14º17.28%31.76%-
XYZ6.746.37.88-
YUV72.33130.64134.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=36%
G=29.78%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81677700.170.050.68317.149.4629.02
Hex51434D01154413d91d
Octal12110311502151044751135
Binary1010001100001110011010100011011000100100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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