Html Css Color HEX #643332 Persian Plum

📋 copy color: '#643332'

red 100 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #643332

Tints of Persian Plum #643332

RGB

 RED value IS 100 (39.45% from 255) = 49.75%

 GREEN value IS 51 (20.31% from 255) = 25.37%

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 49.75%
G = 25.37%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#643332 (or 0x643332) is known color: Persian Plum. HEX triplet: 64, 33 and 32. RGB value is (100,51,50). Sum of RGB (Red+Green+Blue) = 100+51+50=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #643332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643332 is #9BCCCD. Grayscale: #414141. Windows color (decimal): -10210510 or 3289956. OLE color: 3289956.

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

Color convert

RGB 100 51 50 -
CMYK 0 0.49 0.50 0.61
HSL 1.2º 0.33% 0.29% -
HSV(B) 1.2º 0.5% 0.39% -
XYZ 7.02 5.31 3.67 -
YUV 65.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 100 51 50 0 0.49 0.50 0.61 1.2 0.33 0.29
Hex 64 33 32 0 31 32 3D 1 21 1D
Octal 144 63 62 0 61 62 75 1 41 35
Binary 1100100 110011 110010 0 110001 110010 111101 1 100001 11101

Color Harmonies of #643332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643332

Black with #643332

Text Example


Text Example

White with #643332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643332; }

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

 H1.HeaderClassName
 {
   color: #643332;
 }
 .AnyTagClassName
 {
   color: #643332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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