#7F104F

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

Shades of Pompadour #7F104F

Tints of Pompadour #7F104F

Color information

#7F104F (or 0x7F104F) is unknown color: approx Pompadour. HEX triplet: 7F, 10 and 4F. RGB value is (127,16,79). Sum of RGB (Red+Green+Blue) = 127+16+79=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F104F is #80EFB0. Grayscale: #383838. Windows color (decimal): -8449969 or 5181567. OLE color: 5181567.

HSL color Cylindrical-coordinate representation of color #7F104F: hue angle of 325.95º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F104F is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1271679-
CMYK00.870.380.50
HSL325.95º77.62%28.04%-
HSV(B)325.95º87.4%49.8%-
XYZ10.355.457.9-
YUV56.37140.77178.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.21%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=57.21%
G=7.21%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127167900.870.380.50325.9577.6228.04
Hex7F104F05726321464e1c
Octal177201170127466250611634
Binary111111110000100111101010111100110110010101000110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,16,79); }

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

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

 a { background-color: rgb(127,16,79); }

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

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

 span { border-color: rgb(127,16,79); }

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