#643531

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

Shades of Persian Plum #643531

Tints of Persian Plum #643531

Color information

#643531 (or 0x643531) is unknown color: approx Persian Plum. HEX triplet: 64, 35 and 31. RGB value is (100,53,49). Sum of RGB (Red+Green+Blue) = 100+53+49=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #643531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643531 is #9BCACE. Grayscale: #424242. Windows color (decimal): -10209999 or 3224932. OLE color: 3224932.

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

Color convert

RGB1005349-
CMYK00.470.510.61
HSL4.71º34.23%29.22%-
HSV(B)4.71º51%39.22%-
XYZ7.085.483.59-
YUV66.6118.07151.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=49.50%
G=26.24%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100534900.470.510.614.7134.2329.22
Hex64353102F333D5221d
Octal1446561057637554235
Binary1100100110101110001010111111001111110110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643531; }

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

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

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

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

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

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

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

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