#7E0E3F

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

Shades of Pompadour #7E0E3F

Tints of Pompadour #7E0E3F

Color information

#7E0E3F (or 0x7E0E3F) is unknown color: approx Pompadour. HEX triplet: 7E, 0E and 3F. RGB value is (126,14,63). Sum of RGB (Red+Green+Blue) = 126+14+63=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0E3F is #81F1C0. Grayscale: #343434. Windows color (decimal): -8516033 or 4132478. OLE color: 4132478.

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

Color convert

RGB1261463-
CMYK00.890.500.51
HSL333.75º80%27.45%-
HSV(B)333.75º88.89%49.41%-
XYZ9.665.115.18-
YUV53.07133.61180.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.07%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 63 (25% from 255) = 31.03%
R=62.07%
G=6.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126146300.890.500.51333.758027.45
Hex7EE3F059323314e501b
Octal17616770131626351612033
Binary1111110111011111101011001110010110011101001110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,14,63); }

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

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

 a { background-color: rgb(126,14,63); }

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

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

 span { border-color: rgb(126,14,63); }

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