#534150

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

Shades of Purple Taupe #534150

Tints of Purple Taupe #534150

Color information

#534150 (or 0x534150) is unknown color: approx Purple Taupe. HEX triplet: 53, 41 and 50. RGB value is (83,65,80). Sum of RGB (Red+Green+Blue) = 83+65+80=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534150 is #ACBEAF. Grayscale: #484848. Windows color (decimal): -11321008 or 5259603. OLE color: 5259603.

HSL color Cylindrical-coordinate representation of color #534150: hue angle of 310º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534150 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB836580-
CMYK00.220.040.67
HSL310º12.16%29.02%-
HSV(B)310º21.69%32.55%-
XYZ6.916.28.42-
YUV72.09132.46135.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=36.40%
G=28.51%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83658000.220.040.6731012.1629.02
Hex534150016443136c1d
Octal12310112002641034661435
Binary1010011100000110100000101101001000011100110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534150; }

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

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

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

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

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

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

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

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