Html Css Color HEX #642149 Pompadour

📋 copy color: '#642149'

red 100 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #642149

Tints of Pompadour #642149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 48.54%
G = 16.02%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#642149 (or 0x642149) is known color: Pompadour. HEX triplet: 64, 21 and 49. RGB value is (100,33,73). Sum of RGB (Red+Green+Blue) = 100+33+73=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #642149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642149 is #9BDEB6. Grayscale: #393939. Windows color (decimal): -10215095 or 4792676. OLE color: 4792676.

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

Color convert

RGB 100 33 73 -
CMYK 0 0.67 0.27 0.61
HSL 324.18º 0.5% 0.26% -
HSV(B) 324.18º 0.67% 0.39% -
XYZ 7 4.28 6.76 -
YUV 57.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 100 33 73 0 0.67 0.27 0.61 324.18 0.5 0.26
Hex 64 21 49 0 43 1B 3D 144 32 1A
Octal 144 41 111 0 103 33 75 504 62 32
Binary 1100100 100001 1001001 0 1000011 11011 111101 101000100 110010 11010

Color Harmonies of #642149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642149

Black with #642149

Text Example


Text Example

White with #642149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642149; }

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

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

background-color css

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

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

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

border-color css

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

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

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