#534250

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

Shades of Purple Taupe #534250

Tints of Purple Taupe #534250

Color information

#534250 (or 0x534250) is unknown color: approx Purple Taupe. HEX triplet: 53, 42 and 50. RGB value is (83,66,80). Sum of RGB (Red+Green+Blue) = 83+66+80=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534250 is #ACBDAF. Grayscale: #484848. Windows color (decimal): -11320752 or 5259859. OLE color: 5259859.

HSL color Cylindrical-coordinate representation of color #534250: hue angle of 310.59º 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 #534250 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB836680-
CMYK00.200.040.67
HSL310.59º11.41%29.22%-
HSV(B)310.59º20.48%32.55%-
XYZ6.966.318.44-
YUV72.68132.13135.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=36.24%
G=28.82%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83668000.200.040.67310.5911.4129.22
Hex534250014443137b1d
Octal12310212002441034671335
Binary1010011100001010100000101001001000011100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534250; }

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

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

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

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

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

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

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

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