Html Css Color HEX #642D2C Persian Plum

📋 copy color: '#642D2C'

red 100 ◦ green 45 ◦ blue 44

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

Shades of Persian Plum #642D2C

Tints of Persian Plum #642D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 52.91%
G = 23.81%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#642D2C (or 0x642D2C) is known color: Persian Plum. HEX triplet: 64, 2D and 2C. RGB value is (100,45,44). Sum of RGB (Red+Green+Blue) = 100+45+44=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #642D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D2C is #9BD2D3. Grayscale: #3D3D3D. Windows color (decimal): -10212052 or 2895204. OLE color: 2895204.

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

Color convert

RGB 100 45 44 -
CMYK 0 0.55 0.56 0.61
HSL 1.07º 0.39% 0.28% -
HSV(B) 1.07º 0.56% 0.39% -
XYZ 6.65 4.77 2.95 -
YUV 61.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 100 45 44 0 0.55 0.56 0.61 1.07 0.39 0.28
Hex 64 2D 2C 0 37 38 3D 1 27 1C
Octal 144 55 54 0 67 70 75 1 47 34
Binary 1100100 101101 101100 0 110111 111000 111101 1 100111 11100

Color Harmonies of #642D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642D2C

Black with #642D2C

Text Example


Text Example

White with #642D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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