Html Css Color HEX #642E2D Persian Plum

📋 copy color: '#642E2D'

red 100 ◦ green 46 ◦ blue 45

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

Shades of Persian Plum #642E2D

Tints of Persian Plum #642E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 52.36%
G = 24.08%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#642E2D (or 0x642E2D) is known color: Persian Plum. HEX triplet: 64, 2E and 2D. RGB value is (100,46,45). Sum of RGB (Red+Green+Blue) = 100+46+45=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #642E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E2D is #9BD1D2. Grayscale: #3E3E3E. Windows color (decimal): -10211795 or 2960996. OLE color: 2960996.

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

Color convert

RGB 100 46 45 -
CMYK 0 0.54 0.55 0.61
HSL 1.09º 0.38% 0.28% -
HSV(B) 1.09º 0.55% 0.39% -
XYZ 6.71 4.85 3.07 -
YUV 62.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 100 46 45 0 0.54 0.55 0.61 1.09 0.38 0.28
Hex 64 2E 2D 0 36 37 3D 1 26 1C
Octal 144 56 55 0 66 67 75 1 46 34
Binary 1100100 101110 101101 0 110110 110111 111101 1 100110 11100

Color Harmonies of #642E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E2D

Black with #642E2D

Text Example


Text Example

White with #642E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642E2D; }

 p { color: rgb(100,46,45); }

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

background-color css

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

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

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

border-color css

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

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

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