#534251

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

Shades of Purple Taupe #534251

Tints of Purple Taupe #534251

Color information

#534251 (or 0x534251) is unknown color: approx Purple Taupe. HEX triplet: 53, 42 and 51. RGB value is (83,66,81). Sum of RGB (Red+Green+Blue) = 83+66+81=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534251 is #ACBDAE. Grayscale: #484848. Windows color (decimal): -11320751 or 5325395. OLE color: 5325395.

HSL color Cylindrical-coordinate representation of color #534251: hue angle of 307.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534251 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB836681-
CMYK00.200.020.67
HSL307.06º11.41%29.22%-
HSV(B)307.06º20.48%32.55%-
XYZ76.338.64-
YUV72.79132.63135.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=36.09%
G=28.70%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83668100.200.020.67307.0611.4129.22
Hex534251014243133b1d
Octal12310212102421034631335
Binary101001110000101010001010100101000011100110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534251; }

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

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

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

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

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

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

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

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