#643732

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

Shades of Persian Plum #643732

Tints of Persian Plum #643732

Color information

#643732 (or 0x643732) is unknown color: approx Persian Plum. HEX triplet: 64, 37 and 32. RGB value is (100,55,50). Sum of RGB (Red+Green+Blue) = 100+55+50=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #643732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643732 is #9BC8CD. Grayscale: #434343. Windows color (decimal): -10209486 or 3290980. OLE color: 3290980.

HSL color Cylindrical-coordinate representation of color #643732: hue angle of 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 #643732 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1005550-
CMYK00.450.500.61
HSL33.33%29.41%-
HSV(B)50%39.22%-
XYZ7.25.673.73-
YUV67.88117.91150.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=48.78%
G=26.83%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100555000.450.500.61633.3329.41
Hex64373202D323D6211d
Octal1446762055627564135
Binary1100100110111110010010110111001011110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643732; }

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

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

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

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

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

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

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

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