Html Css Color HEX #642849 Pompadour

📋 copy color: '#642849'

red 100 ◦ green 40 ◦ blue 73

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

Shades of Pompadour #642849

Tints of Pompadour #642849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 46.95%
G = 18.78%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#642849 (or 0x642849) is known color: Pompadour. HEX triplet: 64, 28 and 49. RGB value is (100,40,73). Sum of RGB (Red+Green+Blue) = 100+40+73=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #642849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642849 is #9BD7B6. Grayscale: #3D3D3D. Windows color (decimal): -10213303 or 4794468. OLE color: 4794468.

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

Color convert

RGB 100 40 73 -
CMYK 0 0.6 0.27 0.61
HSL 327º 0.43% 0.27% -
HSV(B) 327º 0.6% 0.39% -
XYZ 7.22 4.71 6.83 -
YUV 61.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 100 40 73 0 0.6 0.27 0.61 327 0.43 0.27
Hex 64 28 49 0 3C 1B 3D 147 2B 1B
Octal 144 50 111 0 74 33 75 507 53 33
Binary 1100100 101000 1001001 0 111100 11011 111101 101000111 101011 11011

Color Harmonies of #642849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642849

Black with #642849

Text Example


Text Example

White with #642849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642849; }

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

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

background-color css

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

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

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

border-color css

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

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

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