#7C0F51

Color #7C0F51 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7C0F51

Tints of Pompadour #7C0F51

Color information

#7C0F51 (or 0x7C0F51) is unknown color: approx Pompadour. HEX triplet: 7C, 0F and 51. RGB value is (124,15,81). Sum of RGB (Red+Green+Blue) = 124+15+81=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F51 is #83F0AE. Grayscale: #363636. Windows color (decimal): -8646831 or 5312380. OLE color: 5312380.

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

Color convert

RGB1241581-
CMYK00.880.350.51
HSL323.67º78.42%27.25%-
HSV(B)323.67º87.9%48.63%-
XYZ9.975.228.27-
YUV55.12142.61177.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.36%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=56.36%
G=6.82%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124158100.880.350.51323.6778.4227.25
Hex7CF5105823331444e1b
Octal174171210130436350411633
Binary11111001111101000101011000100011110011101000100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C0F51;
 }
 .AnyTagClassName
 {
   color: #7C0F51;
 }
</style>
background-color css

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

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

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

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

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

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