#51404B

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

Shades of Purple Taupe #51404B

Tints of Purple Taupe #51404B

Color information

#51404B (or 0x51404B) is unknown color: approx Purple Taupe. HEX triplet: 51, 40 and 4B. RGB value is (81,64,75). Sum of RGB (Red+Green+Blue) = 81+64+75=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #51404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51404B is #AEBFB4. Grayscale: #464646. Windows color (decimal): -11452341 or 4931665. OLE color: 4931665.

HSL color Cylindrical-coordinate representation of color #51404B: hue angle of 321.18º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51404B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB816475-
CMYK00.210.070.68
HSL321.18º11.72%28.43%-
HSV(B)321.18º20.99%31.76%-
XYZ6.55.927.46-
YUV70.34130.63135.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=36.82%
G=29.09%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81647500.210.070.68321.1811.7228.43
Hex51404B015744141c1c
Octal12110011302571045011434
Binary1010001100000010010110101011111000100101000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51404B; }

 p { color: rgb(81,64,75); }

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

<style>
 a { background-color: #51404B; }

 a { background-color: rgb(81,64,75); }

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

<style>
 span { border-color: #51404B; }

 span { border-color: rgb(81,64,75); }

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