Html Css Color HEX #643532 Persian Plum

📋 copy color: '#643532'

red 100 ◦ green 53 ◦ blue 50

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

Shades of Persian Plum #643532

Tints of Persian Plum #643532

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

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 100 53 50 -
CMYK 0 0.47 0.50 0.61
HSL 3.6º 0.33% 0.29% -
HSV(B) 3.6º 0.5% 0.39% -
XYZ 7.1 5.49 3.7 -
YUV 66.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 100 53 50 0 0.47 0.50 0.61 3.6 0.33 0.29
Hex 64 35 32 0 2F 32 3D 4 21 1D
Octal 144 65 62 0 57 62 75 4 41 35
Binary 1100100 110101 110010 0 101111 110010 111101 100 100001 11101

Color Harmonies of #643532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643532

Black with #643532

Text Example


Text Example

White with #643532

Text Example


Text Example

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