#7E133E

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

Shades of Pompadour #7E133E

Tints of Pompadour #7E133E

Color information

#7E133E (or 0x7E133E) is unknown color: approx Pompadour. HEX triplet: 7E, 13 and 3E. RGB value is (126,19,62). Sum of RGB (Red+Green+Blue) = 126+19+62=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E133E is #81ECC1. Grayscale: #373737. Windows color (decimal): -8514754 or 4068222. OLE color: 4068222.

HSL color Cylindrical-coordinate representation of color #7E133E: hue angle of 335.89º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E133E is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB1261962-
CMYK00.850.510.51
HSL335.89º73.79%28.43%-
HSV(B)335.89º84.92%49.41%-
XYZ9.715.255.06-
YUV55.9131.45178-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 60.87%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=60.87%
G=9.18%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126196200.850.510.51335.8973.7928.43
Hex7E133E05533331504a1c
Octal17623760125636352011234
Binary11111101001111111001010101110011110011101010000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,62); }

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

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

 a { background-color: rgb(126,19,62); }

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

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

 span { border-color: rgb(126,19,62); }

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