Html Css Color HEX #642929 Persian Plum

📋 copy color: '#642929'

red 100 ◦ green 41 ◦ blue 41

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

Shades of Persian Plum #642929

Tints of Persian Plum #642929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 41 (16.41% from 255) = 22.53%

R = 54.95%
G = 22.53%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#642929 (or 0x642929) is known color: Persian Plum. HEX triplet: 64, 29 and 29. RGB value is (100,41,41). Sum of RGB (Red+Green+Blue) = 100+41+41=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642929 is #9BD6D6. Grayscale: #3A3A3A. Windows color (decimal): -10213079 or 2697572. OLE color: 2697572.

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

Color convert

RGB 100 41 41 -
CMYK 0 0.59 0.59 0.61
HSL 0.42% 0.28% -
HSV(B) 0.59% 0.39% -
XYZ 6.45 4.46 2.62 -
YUV 58.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 100 41 41 0 0.59 0.59 0.61 0 0.42 0.28
Hex 64 29 29 0 3B 3B 3D 0 2A 1C
Octal 144 51 51 0 73 73 75 0 52 34
Binary 1100100 101001 101001 0 111011 111011 111101 0 101010 11100

Color Harmonies of #642929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642929

Black with #642929

Text Example


Text Example

White with #642929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642929; }

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

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

background-color css

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

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

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

border-color css

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

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

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