#643532

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

Shades of Persian Plum #643532

Tints of Persian Plum #643532

Color information

#643532 (or 0x643532) is unknown color: approx Persian Plum. HEX triplet: 64, 35 and 32. RGB value is (100,53,50). Sum of RGB (Red+Green+Blue) = 100+53+50=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #643532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643532 is #9BCACD. Grayscale: #424242. Windows color (decimal): -10209998 or 3290468. OLE color: 3290468.

HSL color Cylindrical-coordinate representation of color #643532: hue angle of 3.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643532 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1005350-
CMYK00.470.500.61
HSL3.6º33.33%29.41%-
HSV(B)3.6º50%39.22%-
XYZ7.15.493.7-
YUV66.71118.57151.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=49.26%
G=26.11%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100535000.470.500.613.633.3329.41
Hex64353202F323D4211d
Octal1446562057627544135
Binary1100100110101110010010111111001011110110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643532; }

 p { color: rgb(100,53,50); }

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

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

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

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

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

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

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