Html Css Color HEX #643732 Persian Plum

📋 copy color: '#643732'

red 100 ◦ green 55 ◦ blue 50

#643732
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #643732

Tints of Persian Plum #643732

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 value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#643732 (or 0x643732) is known color: 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

RGB 100 55 50 -
CMYK 0 0.45 0.50 0.61
HSL 0.33% 0.29% -
HSV(B) 0.5% 0.39% -
XYZ 7.2 5.67 3.73 -
YUV 67.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 100 55 50 0 0.45 0.50 0.61 6 0.33 0.29
Hex 64 37 32 0 2D 32 3D 6 21 1D
Octal 144 67 62 0 55 62 75 6 41 35
Binary 1100100 110111 110010 0 101101 110010 111101 110 100001 11101

Color Harmonies of #643732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643732

Black with #643732

Text Example


Text Example

White with #643732

Text Example


Text Example

HTML Codes & Css Web 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>