#583353

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

Shades of Purple Taupe #583353

Tints of Purple Taupe #583353

Color information

#583353 (or 0x583353) is unknown color: approx Purple Taupe. HEX triplet: 58, 33 and 53. RGB value is (88,51,83). Sum of RGB (Red+Green+Blue) = 88+51+83=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #583353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583353 is #A7CCAC. Grayscale: #414141. Windows color (decimal): -10996909 or 5452632. OLE color: 5452632.

HSL color Cylindrical-coordinate representation of color #583353: hue angle of 308.11º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #583353 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB885183-
CMYK00.420.060.65
HSL308.11º26.62%27.25%-
HSV(B)308.11º42.05%34.51%-
XYZ6.775.078.8-
YUV65.71137.76143.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=39.64%
G=22.97%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88518300.420.060.65308.1126.6227.25
Hex58335302A6411341b1b
Octal1306312305261014643333
Binary10110001100111010011010101011010000011001101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583353; }

 p { color: rgb(88,51,83); }

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

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

 a { background-color: rgb(88,51,83); }

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

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

 span { border-color: rgb(88,51,83); }

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