#613735

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

Shades of Persian Plum #613735

Tints of Persian Plum #613735

Color information

#613735 (or 0x613735) is unknown color: approx Persian Plum. HEX triplet: 61, 37 and 35. RGB value is (97,55,53). Sum of RGB (Red+Green+Blue) = 97+55+53=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613735 is #9EC8CA. Grayscale: #434343. Windows color (decimal): -10406091 or 3487585. OLE color: 3487585.

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

Color convert

RGB975553-
CMYK00.430.450.62
HSL2.73º29.33%29.41%-
HSV(B)2.73º45.36%38.04%-
XYZ6.945.534.07-
YUV67.33119.91149.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=47.32%
G=26.83%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555300.430.450.622.7329.3329.41
Hex61373502B2D3E31d1d
Octal1416765053557633535
Binary11000011101111101010101011101101111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613735; }

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

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

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

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

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

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

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

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