Html Css Color HEX #7A1249 Pompadour

📋 copy color: '#7A1249'

red 122 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #7A1249

Tints of Pompadour #7A1249

RGB

 RED value IS 122 (48.05% from 255) = 57.28%

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 57.28%
G = 8.45%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7A1249 (or 0x7A1249) is known color: Pompadour. HEX triplet: 7A, 12 and 49. RGB value is (122,18,73). Sum of RGB (Red+Green+Blue) = 122+18+73=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1249 is #85EDB6. Grayscale: #373737. Windows color (decimal): -8777143 or 4788858. OLE color: 4788858.

HSL color Cylindrical-coordinate representation of color #7A1249: hue angle of 328.27º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1249 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 18 73 -
CMYK 0 0.85 0.40 0.52
HSL 328.27º 0.74% 0.27% -
HSV(B) 328.27º 0.85% 0.48% -
XYZ 9.44 5.05 6.78 -
YUV 55.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 122 18 73 0 0.85 0.40 0.52 328.27 0.74 0.27
Hex 7A 12 49 0 55 28 34 148 4A 1B
Octal 172 22 111 0 125 50 64 510 112 33
Binary 1111010 10010 1001001 0 1010101 101000 110100 101001000 1001010 11011

Color Harmonies of #7A1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1249

Black with #7A1249

Text Example


Text Example

White with #7A1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1249; }

 p { color: rgb(122,18,73); }

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

background-color css

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

 a { background-color: rgb(122,18,73); }

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

border-color css

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

 span { border-color: rgb(122,18,73); }

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