Html Css Color HEX #7C1240 Pompadour

📋 copy color: '#7C1240'

red 124 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #7C1240

Tints of Pompadour #7C1240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 60.19%
G = 8.74%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C1240 (or 0x7C1240) is known color: Pompadour. HEX triplet: 7C, 12 and 40. RGB value is (124,18,64). Sum of RGB (Red+Green+Blue) = 124+18+64=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1240 is #83EDBF. Grayscale: #363636. Windows color (decimal): -8646080 or 4199036. OLE color: 4199036.

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

Color convert

RGB 124 18 64 -
CMYK 0 0.85 0.48 0.51
HSL 333.96º 0.75% 0.28% -
HSV(B) 333.96º 0.85% 0.49% -
XYZ 9.45 5.09 5.33 -
YUV 54.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 124 18 64 0 0.85 0.48 0.51 333.96 0.75 0.28
Hex 7C 12 40 0 55 30 33 14E 4B 1C
Octal 174 22 100 0 125 60 63 516 113 34
Binary 1111100 10010 1000000 0 1010101 110000 110011 101001110 1001011 11100

Color Harmonies of #7C1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1240

Black with #7C1240

Text Example


Text Example

White with #7C1240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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