Html Css Color HEX #642949 Pompadour

📋 copy color: '#642949'

red 100 ◦ green 41 ◦ blue 73

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

Shades of Pompadour #642949

Tints of Pompadour #642949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 46.73%
G = 19.16%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#642949 (or 0x642949) is known color: Pompadour. HEX triplet: 64, 29 and 49. RGB value is (100,41,73). Sum of RGB (Red+Green+Blue) = 100+41+73=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642949 is #9BD6B6. Grayscale: #3E3E3E. Windows color (decimal): -10213047 or 4794724. OLE color: 4794724.

HSL color Cylindrical-coordinate representation of color #642949: hue angle of 327.46º 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 #642949 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 73 -
CMYK 0 0.59 0.27 0.61
HSL 327.46º 0.42% 0.28% -
HSV(B) 327.46º 0.59% 0.39% -
XYZ 7.25 4.78 6.84 -
YUV 62.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 100 41 73 0 0.59 0.27 0.61 327.46 0.42 0.28
Hex 64 29 49 0 3B 1B 3D 147 2A 1C
Octal 144 51 111 0 73 33 75 507 52 34
Binary 1100100 101001 1001001 0 111011 11011 111101 101000111 101010 11100

Color Harmonies of #642949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642949

Black with #642949

Text Example


Text Example

White with #642949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642949; }

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

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

background-color css

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

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

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

border-color css

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

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

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