#653535

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

Shades of Persian Plum #653535

Tints of Persian Plum #653535

Color information

#653535 (or 0x653535) is unknown color: approx Persian Plum. HEX triplet: 65, 35 and 35. RGB value is (101,53,53). Sum of RGB (Red+Green+Blue) = 101+53+53=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653535 is #9ACACA. Grayscale: #434343. Windows color (decimal): -10144459 or 3487077. OLE color: 3487077.

HSL color Cylindrical-coordinate representation of color #653535: hue angle of 0º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653535 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1015353-
CMYK00.480.480.60
HSL31.17%30.2%-
HSV(B)47.52%39.61%-
XYZ7.285.574.06-
YUV67.35119.9152-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=48.79%
G=25.60%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101535300.480.480.60031.1730.2
Hex653535030303C01f1e
Octal1456565060607403736
Binary1100101110101110101011000011000011110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653535; }

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

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

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

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

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

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

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

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