Html Css Color HEX #7C0F50 Pompadour

📋 copy color: '#7C0F50'

red 124 ◦ green 15 ◦ blue 80

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

Shades of Pompadour #7C0F50

Tints of Pompadour #7C0F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 56.62%
G = 6.85%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C0F50 (or 0x7C0F50) is known color: Pompadour. HEX triplet: 7C, 0F and 50. RGB value is (124,15,80). Sum of RGB (Red+Green+Blue) = 124+15+80=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F50 is #83F0AF. Grayscale: #363636. Windows color (decimal): -8646832 or 5246844. OLE color: 5246844.

HSL color Cylindrical-coordinate representation of color #7C0F50: hue angle of 324.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F50 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 15 80 -
CMYK 0 0.88 0.35 0.51
HSL 324.22º 0.78% 0.27% -
HSV(B) 324.22º 0.88% 0.49% -
XYZ 9.93 5.21 8.07 -
YUV 55 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 124 15 80 0 0.88 0.35 0.51 324.22 0.78 0.27
Hex 7C F 50 0 58 23 33 144 4E 1B
Octal 174 17 120 0 130 43 63 504 116 33
Binary 1111100 1111 1010000 0 1011000 100011 110011 101000100 1001110 11011

Color Harmonies of #7C0F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F50

Black with #7C0F50

Text Example


Text Example

White with #7C0F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,15,80); }

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

background-color css

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

 a { background-color: rgb(124,15,80); }

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

border-color css

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

 span { border-color: rgb(124,15,80); }

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