Html Css Color HEX #643431 Persian Plum

📋 copy color: '#643431'

red 100 ◦ green 52 ◦ blue 49

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

Shades of Persian Plum #643431

Tints of Persian Plum #643431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 49.75%
G = 25.87%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#643431 (or 0x643431) is known color: Persian Plum. HEX triplet: 64, 34 and 31. RGB value is (100,52,49). Sum of RGB (Red+Green+Blue) = 100+52+49=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #643431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643431 is #9BCBCE. Grayscale: #424242. Windows color (decimal): -10210255 or 3224676. OLE color: 3224676.

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

Color convert

RGB 100 52 49 -
CMYK 0 0.48 0.51 0.61
HSL 3.53º 0.34% 0.29% -
HSV(B) 3.53º 0.51% 0.39% -
XYZ 7.04 5.39 3.57 -
YUV 66.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 100 52 49 0 0.48 0.51 0.61 3.53 0.34 0.29
Hex 64 34 31 0 30 33 3D 4 22 1D
Octal 144 64 61 0 60 63 75 4 42 35
Binary 1100100 110100 110001 0 110000 110011 111101 100 100010 11101

Color Harmonies of #643431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643431

Black with #643431

Text Example


Text Example

White with #643431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643431; }

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

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

background-color css

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

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

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

border-color css

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

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

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