Html Css Color HEX #7C1249 Pompadour

📋 copy color: '#7C1249'

red 124 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #7C1249

Tints of Pompadour #7C1249

RGB

 RED value IS 124 (48.83% from 255) = 57.67%

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

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

R = 57.67%
G = 8.37%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C1249 (or 0x7C1249) is known color: Pompadour. HEX triplet: 7C, 12 and 49. RGB value is (124,18,73). Sum of RGB (Red+Green+Blue) = 124+18+73=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1249 is #83EDB6. Grayscale: #373737. Windows color (decimal): -8646071 or 4788860. OLE color: 4788860.

HSL color Cylindrical-coordinate representation of color #7C1249: hue angle of 328.87º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1249 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 18 73 -
CMYK 0 0.85 0.41 0.51
HSL 328.87º 0.75% 0.28% -
HSV(B) 328.87º 0.85% 0.49% -
XYZ 9.73 5.2 6.79 -
YUV 55.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 124 18 73 0 0.85 0.41 0.51 328.87 0.75 0.28
Hex 7C 12 49 0 55 29 33 149 4B 1C
Octal 174 22 111 0 125 51 63 511 113 34
Binary 1111100 10010 1001001 0 1010101 101001 110011 101001001 1001011 11100

Color Harmonies of #7C1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1249

Black with #7C1249

Text Example


Text Example

White with #7C1249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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