#7E123B

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

Shades of Pompadour #7E123B

Tints of Pompadour #7E123B

Color information

#7E123B (or 0x7E123B) is unknown color: approx Pompadour. HEX triplet: 7E, 12 and 3B. RGB value is (126,18,59). Sum of RGB (Red+Green+Blue) = 126+18+59=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E123B is #81EDC4. Grayscale: #363636. Windows color (decimal): -8515013 or 3871358. OLE color: 3871358.

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

Color convert

RGB1261859-
CMYK00.860.530.51
HSL337.22º75%28.24%-
HSV(B)337.22º85.71%49.41%-
XYZ9.615.184.63-
YUV54.97130.28178.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 62.07%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=62.07%
G=8.87%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126185900.860.530.51337.227528.24
Hex7E123B05635331514b1c
Octal17622730126656352111334
Binary11111101001011101101010110110101110011101010001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,18,59); }

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

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

 a { background-color: rgb(126,18,59); }

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

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

 span { border-color: rgb(126,18,59); }

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