Html Css Color HEX #7C0F54 Pompadour

📋 copy color: '#7C0F54'

red 124 ◦ green 15 ◦ blue 84

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

Shades of Pompadour #7C0F54

Tints of Pompadour #7C0F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.67%

R = 55.61%
G = 6.73%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7C0F54 (or 0x7C0F54) is known color: Pompadour. HEX triplet: 7C, 0F and 54. RGB value is (124,15,84). Sum of RGB (Red+Green+Blue) = 124+15+84=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F54 is #83F0AB. Grayscale: #373737. Windows color (decimal): -8646828 or 5508988. OLE color: 5508988.

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

Color convert

RGB 124 15 84 -
CMYK 0 0.88 0.32 0.51
HSL 322.02º 0.78% 0.27% -
HSV(B) 322.02º 0.88% 0.49% -
XYZ 10.08 5.27 8.87 -
YUV 55.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 124 15 84 0 0.88 0.32 0.51 322.02 0.78 0.27
Hex 7C F 54 0 58 20 33 142 4E 1B
Octal 174 17 124 0 130 40 63 502 116 33
Binary 1111100 1111 1010100 0 1011000 100000 110011 101000010 1001110 11011

Color Harmonies of #7C0F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F54

Black with #7C0F54

Text Example


Text Example

White with #7C0F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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