Html Css Color HEX #643636 Persian Plum

📋 copy color: '#643636'

red 100 ◦ green 54 ◦ blue 54

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

Shades of Persian Plum #643636

Tints of Persian Plum #643636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 48.08%
G = 25.96%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#643636 (or 0x643636) is known color: Persian Plum. HEX triplet: 64, 36 and 36. RGB value is (100,54,54). Sum of RGB (Red+Green+Blue) = 100+54+54=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643636 is #9BC9C9. Grayscale: #434343. Windows color (decimal): -10209738 or 3552868. OLE color: 3552868.

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

Color convert

RGB 100 54 54 -
CMYK 0 0.46 0.46 0.61
HSL 0.3% 0.3% -
HSV(B) 0.46% 0.39% -
XYZ 7.24 5.61 4.19 -
YUV 67.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 100 54 54 0 0.46 0.46 0.61 0 0.3 0.3
Hex 64 36 36 0 2E 2E 3D 0 1E 1E
Octal 144 66 66 0 56 56 75 0 36 36
Binary 1100100 110110 110110 0 101110 101110 111101 0 11110 11110

Color Harmonies of #643636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643636

Black with #643636

Text Example


Text Example

White with #643636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643636; }

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

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

background-color css

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

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

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

border-color css

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

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

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