#533951

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

Shades of Purple Taupe #533951

Tints of Purple Taupe #533951

Color information

#533951 (or 0x533951) is unknown color: approx Purple Taupe. HEX triplet: 53, 39 and 51. RGB value is (83,57,81). Sum of RGB (Red+Green+Blue) = 83+57+81=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #533951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533951 is #ACC6AE. Grayscale: #434343. Windows color (decimal): -11323055 or 5323091. OLE color: 5323091.

HSL color Cylindrical-coordinate representation of color #533951: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533951 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB835781-
CMYK00.310.020.67
HSL304.62º18.57%27.45%-
HSV(B)304.62º31.33%32.55%-
XYZ6.525.368.48-
YUV67.51135.61139.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=37.56%
G=25.79%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83578100.310.020.67304.6218.5727.45
Hex53395101F243131131b
Octal1237112103721034612333
Binary101001111100110100010111111010000111001100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533951; }

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

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

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

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

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

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

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

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