Html Css Color HEX #643333 Persian Plum

📋 copy color: '#643333'

red 100 ◦ green 51 ◦ blue 51

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

Shades of Persian Plum #643333

Tints of Persian Plum #643333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.25%

R = 49.5%
G = 25.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#643333 (or 0x643333) is known color: Persian Plum. HEX triplet: 64, 33 and 33. RGB value is (100,51,51). Sum of RGB (Red+Green+Blue) = 100+51+51=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #643333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643333 is #9BCCCC. Grayscale: #414141. Windows color (decimal): -10210509 or 3355492. OLE color: 3355492.

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

Color convert

RGB 100 51 51 -
CMYK 0 0.49 0.49 0.61
HSL 0.32% 0.3% -
HSV(B) 0.49% 0.39% -
XYZ 7.04 5.32 3.79 -
YUV 65.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 100 51 51 0 0.49 0.49 0.61 0 0.32 0.3
Hex 64 33 33 0 31 31 3D 0 20 1E
Octal 144 63 63 0 61 61 75 0 40 36
Binary 1100100 110011 110011 0 110001 110001 111101 0 100000 11110

Color Harmonies of #643333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643333

Black with #643333

Text Example


Text Example

White with #643333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643333; }

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

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

background-color css

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

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

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

border-color css

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

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

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