#603535

Color #603535 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #603535

Tints of Persian Plum #603535

Color information

#603535 (or 0x603535) is unknown color: approx Persian Plum. HEX triplet: 60, 35 and 35. RGB value is (96,53,53). Sum of RGB (Red+Green+Blue) = 96+53+53=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603535 is #9FCACA. Grayscale: #414141. Windows color (decimal): -10472139 or 3487072. OLE color: 3487072.

HSL color Cylindrical-coordinate representation of color #603535: hue angle of 0º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603535 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB965353-
CMYK00.450.450.62
HSL28.86%29.22%-
HSV(B)44.79%37.65%-
XYZ6.745.294.03-
YUV65.86120.75149.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=47.52%
G=26.24%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535300.450.450.62028.8629.22
Hex60353502D2D3E01d1d
Octal1406565055557603535
Binary1100000110101110101010110110110111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603535; }

 p { color: rgb(96,53,53); }

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

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

 a { background-color: rgb(96,53,53); }

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

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

 span { border-color: rgb(96,53,53); }

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