Html Css Color HEX #643535 Persian Plum

📋 copy color: '#643535'

red 100 ◦ green 53 ◦ blue 53

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

Shades of Persian Plum #643535

Tints of Persian Plum #643535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 48.54%
G = 25.73%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#643535 (or 0x643535) is known color: Persian Plum. HEX triplet: 64, 35 and 35. RGB value is (100,53,53). Sum of RGB (Red+Green+Blue) = 100+53+53=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #643535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643535 is #9BCACA. Grayscale: #434343. Windows color (decimal): -10209995 or 3487076. OLE color: 3487076.

HSL color Cylindrical-coordinate representation of color #643535: hue angle of 0º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643535 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 53 -
CMYK 0 0.47 0.47 0.61
HSL 0.31% 0.3% -
HSV(B) 0.47% 0.39% -
XYZ 7.17 5.51 4.05 -
YUV 67.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 100 53 53 0 0.47 0.47 0.61 0 0.31 0.3
Hex 64 35 35 0 2F 2F 3D 0 1F 1E
Octal 144 65 65 0 57 57 75 0 37 36
Binary 1100100 110101 110101 0 101111 101111 111101 0 11111 11110

Color Harmonies of #643535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643535

Black with #643535

Text Example


Text Example

White with #643535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643535; }

 p { color: rgb(100,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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