Html Css Color HEX #7C1142 Pompadour

📋 copy color: '#7C1142'

red 124 ◦ green 17 ◦ blue 66

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

Shades of Pompadour #7C1142

Tints of Pompadour #7C1142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 59.9%
G = 8.21%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C1142 (or 0x7C1142) is known color: Pompadour. HEX triplet: 7C, 11 and 42. RGB value is (124,17,66). Sum of RGB (Red+Green+Blue) = 124+17+66=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1142 is #83EEBD. Grayscale: #363636. Windows color (decimal): -8646334 or 4329852. OLE color: 4329852.

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

Color convert

RGB 124 17 66 -
CMYK 0 0.86 0.47 0.51
HSL 332.52º 0.76% 0.28% -
HSV(B) 332.52º 0.86% 0.49% -
XYZ 9.5 5.08 5.63 -
YUV 54.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 124 17 66 0 0.86 0.47 0.51 332.52 0.76 0.28
Hex 7C 11 42 0 56 2F 33 14D 4C 1C
Octal 174 21 102 0 126 57 63 515 114 34
Binary 1111100 10001 1000010 0 1010110 101111 110011 101001101 1001100 11100

Color Harmonies of #7C1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1142

Black with #7C1142

Text Example


Text Example

White with #7C1142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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