#533851

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

Shades of Purple Taupe #533851

Tints of Purple Taupe #533851

Color information

#533851 (or 0x533851) is unknown color: approx Purple Taupe. HEX triplet: 53, 38 and 51. RGB value is (83,56,81). Sum of RGB (Red+Green+Blue) = 83+56+81=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533851 is #ACC7AE. Grayscale: #424242. Windows color (decimal): -11323311 or 5322835. OLE color: 5322835.

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

Color convert

RGB835681-
CMYK00.330.020.67
HSL304.44º19.42%27.25%-
HSV(B)304.44º32.53%32.55%-
XYZ6.475.268.46-
YUV66.92135.95139.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=37.73%
G=25.45%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83568100.330.020.67304.4419.4227.25
Hex533851021243130131b
Octal1237012104121034602333
Binary1010011111000101000101000011010000111001100001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533851; }

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

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

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

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

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

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

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

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