Html Css Color HEX #643735 Persian Plum

📋 copy color: '#643735'

red 100 ◦ green 55 ◦ blue 53

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

Shades of Persian Plum #643735

Tints of Persian Plum #643735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 48.08%
G = 26.44%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#643735 (or 0x643735) is known color: Persian Plum. HEX triplet: 64, 37 and 35. RGB value is (100,55,53). Sum of RGB (Red+Green+Blue) = 100+55+53=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643735 is #9BC8CA. Grayscale: #444444. Windows color (decimal): -10209483 or 3487588. OLE color: 3487588.

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

Color convert

RGB 100 55 53 -
CMYK 0 0.45 0.47 0.61
HSL 2.55º 0.31% 0.3% -
HSV(B) 2.55º 0.47% 0.39% -
XYZ 7.26 5.7 4.09 -
YUV 68.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 100 55 53 0 0.45 0.47 0.61 2.55 0.31 0.3
Hex 64 37 35 0 2D 2F 3D 3 1F 1E
Octal 144 67 65 0 55 57 75 3 37 36
Binary 1100100 110111 110101 0 101101 101111 111101 11 11111 11110

Color Harmonies of #643735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643735

Black with #643735

Text Example


Text Example

White with #643735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643735; }

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

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

background-color css

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

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

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

border-color css

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

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

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