#613535

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

Shades of Persian Plum #613535

Tints of Persian Plum #613535

Color information

#613535 (or 0x613535) is unknown color: approx Persian Plum. HEX triplet: 61, 35 and 35. RGB value is (97,53,53). Sum of RGB (Red+Green+Blue) = 97+53+53=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613535 is #9ECACA. Grayscale: #424242. Windows color (decimal): -10406603 or 3487073. OLE color: 3487073.

HSL color Cylindrical-coordinate representation of color #613535: 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 #613535 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB975353-
CMYK00.450.450.62
HSL29.33%29.41%-
HSV(B)45.36%38.04%-
XYZ6.855.344.04-
YUV66.16120.58150-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=47.78%
G=26.11%
B=26.11%

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
Decimal97535300.450.450.62029.3329.41
Hex61353502D2D3E01d1d
Octal1416565055557603535
Binary1100001110101110101010110110110111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613535; }

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

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

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

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

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

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

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

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