Html Css Color HEX #642549 Pompadour

📋 copy color: '#642549'

red 100 ◦ green 37 ◦ blue 73

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

Shades of Pompadour #642549

Tints of Pompadour #642549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 47.62%
G = 17.62%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#642549 (or 0x642549) is known color: Pompadour. HEX triplet: 64, 25 and 49. RGB value is (100,37,73). Sum of RGB (Red+Green+Blue) = 100+37+73=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #642549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642549 is #9BDAB6. Grayscale: #3B3B3B. Windows color (decimal): -10214071 or 4793700. OLE color: 4793700.

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

Color convert

RGB 100 37 73 -
CMYK 0 0.63 0.27 0.61
HSL 325.71º 0.46% 0.27% -
HSV(B) 325.71º 0.63% 0.39% -
XYZ 7.12 4.51 6.8 -
YUV 59.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 100 37 73 0 0.63 0.27 0.61 325.71 0.46 0.27
Hex 64 25 49 0 3F 1B 3D 146 2E 1B
Octal 144 45 111 0 77 33 75 506 56 33
Binary 1100100 100101 1001001 0 111111 11011 111101 101000110 101110 11011

Color Harmonies of #642549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642549

Black with #642549

Text Example


Text Example

White with #642549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642549; }

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

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

background-color css

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

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

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

border-color css

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

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

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