#653232

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

Shades of Persian Plum #653232

Tints of Persian Plum #653232

Color information

#653232 (or 0x653232) is unknown color: approx Persian Plum. HEX triplet: 65, 32 and 32. RGB value is (101,50,50). Sum of RGB (Red+Green+Blue) = 101+50+50=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #653232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653232 is #9ACDCD. Grayscale: #414141. Windows color (decimal): -10145230 or 3289701. OLE color: 3289701.

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

Color convert

RGB1015050-
CMYK00.500.500.60
HSL33.77%29.61%-
HSV(B)50.5%39.61%-
XYZ7.085.283.66-
YUV65.25119.4153.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=50.25%
G=24.88%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101505000.500.500.60033.7729.61
Hex653232032323C0221e
Octal1456262062627404236
Binary11001011100101100100110010110010111100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653232; }

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

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

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

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

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

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

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

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