Html Css Color HEX #643331 Persian Plum

📋 copy color: '#643331'

red 100 ◦ green 51 ◦ blue 49

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

Shades of Persian Plum #643331

Tints of Persian Plum #643331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 50%
G = 25.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#643331 (or 0x643331) is known color: Persian Plum. HEX triplet: 64, 33 and 31. RGB value is (100,51,49). Sum of RGB (Red+Green+Blue) = 100+51+49=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #643331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643331 is #9BCCCE. Grayscale: #414141. Windows color (decimal): -10210511 or 3224420. OLE color: 3224420.

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

Color convert

RGB 100 51 49 -
CMYK 0 0.49 0.51 0.61
HSL 2.35º 0.34% 0.29% -
HSV(B) 2.35º 0.51% 0.39% -
XYZ 6.99 5.3 3.56 -
YUV 65.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 100 51 49 0 0.49 0.51 0.61 2.35 0.34 0.29
Hex 64 33 31 0 31 33 3D 2 22 1D
Octal 144 63 61 0 61 63 75 2 42 35
Binary 1100100 110011 110001 0 110001 110011 111101 10 100010 11101

Color Harmonies of #643331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643331

Black with #643331

Text Example


Text Example

White with #643331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643331; }

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

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

background-color css

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

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

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

border-color css

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

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

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