Html Css Color HEX #642449 Pompadour

📋 copy color: '#642449'

red 100 ◦ green 36 ◦ blue 73

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

Shades of Pompadour #642449

Tints of Pompadour #642449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 47.85%
G = 17.22%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#642449 (or 0x642449) is known color: Pompadour. HEX triplet: 64, 24 and 49. RGB value is (100,36,73). Sum of RGB (Red+Green+Blue) = 100+36+73=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #642449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642449 is #9BDBB6. Grayscale: #3B3B3B. Windows color (decimal): -10214327 or 4793444. OLE color: 4793444.

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

Color convert

RGB 100 36 73 -
CMYK 0 0.64 0.27 0.61
HSL 325.31º 0.47% 0.27% -
HSV(B) 325.31º 0.64% 0.39% -
XYZ 7.09 4.45 6.79 -
YUV 59.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 100 36 73 0 0.64 0.27 0.61 325.31 0.47 0.27
Hex 64 24 49 0 40 1B 3D 145 2F 1B
Octal 144 44 111 0 100 33 75 505 57 33
Binary 1100100 100100 1001001 0 1000000 11011 111101 101000101 101111 11011

Color Harmonies of #642449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642449

Black with #642449

Text Example


Text Example

White with #642449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642449; }

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

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

background-color css

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

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

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

border-color css

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

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

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