#653434

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

Shades of Persian Plum #653434

Tints of Persian Plum #653434

Color information

#653434 (or 0x653434) is unknown color: approx Persian Plum. HEX triplet: 65, 34 and 34. RGB value is (101,52,52). Sum of RGB (Red+Green+Blue) = 101+52+52=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653434 is #9ACBCB. Grayscale: #424242. Windows color (decimal): -10144716 or 3421285. OLE color: 3421285.

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

Color convert

RGB1015252-
CMYK00.490.490.60
HSL32.03%30%-
HSV(B)48.51%39.61%-
XYZ7.215.473.92-
YUV66.65119.73152.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=49.27%
G=25.37%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101525200.490.490.60032.0330
Hex653434031313C0201e
Octal1456464061617404036
Binary11001011101001101000110001110001111100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653434; }

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

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

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

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

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

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

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

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