Html Css Color HEX #7C1242 Pompadour

📋 copy color: '#7C1242'

red 124 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #7C1242

Tints of Pompadour #7C1242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.73%

R = 59.62%
G = 8.65%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C1242 (or 0x7C1242) is known color: Pompadour. HEX triplet: 7C, 12 and 42. RGB value is (124,18,66). Sum of RGB (Red+Green+Blue) = 124+18+66=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1242 is #83EDBD. Grayscale: #373737. Windows color (decimal): -8646078 or 4330108. OLE color: 4330108.

HSL color Cylindrical-coordinate representation of color #7C1242: hue angle of 332.83º 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 #7C1242 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 18 66 -
CMYK 0 0.85 0.47 0.51
HSL 332.83º 0.75% 0.28% -
HSV(B) 332.83º 0.85% 0.49% -
XYZ 9.51 5.11 5.64 -
YUV 55.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 124 18 66 0 0.85 0.47 0.51 332.83 0.75 0.28
Hex 7C 12 42 0 55 2F 33 14D 4B 1C
Octal 174 22 102 0 125 57 63 515 113 34
Binary 1111100 10010 1000010 0 1010101 101111 110011 101001101 1001011 11100

Color Harmonies of #7C1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1242

Black with #7C1242

Text Example


Text Example

White with #7C1242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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