#7F0E3E

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

Shades of Pompadour #7F0E3E

Tints of Pompadour #7F0E3E

Color information

#7F0E3E (or 0x7F0E3E) is unknown color: approx Pompadour. HEX triplet: 7F, 0E and 3E. RGB value is (127,14,62). Sum of RGB (Red+Green+Blue) = 127+14+62=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E3E is #80F1C1. Grayscale: #353535. Windows color (decimal): -8450498 or 4066943. OLE color: 4066943.

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

Color convert

RGB1271462-
CMYK00.890.510.50
HSL334.51º80.14%27.65%-
HSV(B)334.51º88.98%49.8%-
XYZ9.785.175.04-
YUV53.26132.94180.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.56%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=62.56%
G=6.90%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127146200.890.510.50334.5180.1427.65
Hex7FE3E059333214f501c
Octal17716760131636251712034
Binary1111111111011111001011001110011110010101001111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,14,62); }

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

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

 a { background-color: rgb(127,14,62); }

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

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

 span { border-color: rgb(127,14,62); }

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