#533952

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

Shades of Purple Taupe #533952

Tints of Purple Taupe #533952

Color information

#533952 (or 0x533952) is unknown color: approx Purple Taupe. HEX triplet: 53, 39 and 52. RGB value is (83,57,82). Sum of RGB (Red+Green+Blue) = 83+57+82=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533952 is #ACC6AD. Grayscale: #434343. Windows color (decimal): -11323054 or 5388627. OLE color: 5388627.

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

Color convert

RGB835782-
CMYK00.310.010.67
HSL302.31º18.57%27.45%-
HSV(B)302.31º31.33%32.55%-
XYZ6.555.378.67-
YUV67.62136.11138.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.39%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=37.39%
G=25.68%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83578200.310.010.67302.3118.5727.45
Hex53395201F14312e131b
Octal1237112203711034562333
Binary10100111110011010010011111110000111001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533952; }

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

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

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

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

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

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

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

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