#643533

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

Shades of Persian Plum #643533

Tints of Persian Plum #643533

Color information

#643533 (or 0x643533) is unknown color: approx Persian Plum. HEX triplet: 64, 35 and 33. RGB value is (100,53,51). Sum of RGB (Red+Green+Blue) = 100+53+51=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643533 is #9BCACC. Grayscale: #424242. Windows color (decimal): -10209997 or 3356004. OLE color: 3356004.

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

Color convert

RGB1005351-
CMYK00.470.490.61
HSL2.45º32.45%29.61%-
HSV(B)2.45º49%39.22%-
XYZ7.135.493.82-
YUV66.82119.07151.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 51 (20.31% from 255) = 25%
R=49.02%
G=25.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100535100.470.490.612.4532.4529.61
Hex64353302F313D2201e
Octal1446563057617524036
Binary110010011010111001101011111100011111011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643533; }

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

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

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

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

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

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

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

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