#7B1142

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

Shades of Pompadour #7B1142

Tints of Pompadour #7B1142

Color information

#7B1142 (or 0x7B1142) is unknown color: approx Pompadour. HEX triplet: 7B, 11 and 42. RGB value is (123,17,66). Sum of RGB (Red+Green+Blue) = 123+17+66=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1142 is #84EEBD. Grayscale: #363636. Windows color (decimal): -8711870 or 4329851. OLE color: 4329851.

HSL color Cylindrical-coordinate representation of color #7B1142: hue angle of 332.26º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1142 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1231766-
CMYK00.860.460.52
HSL332.26º75.71%27.45%-
HSV(B)332.26º86.18%48.24%-
XYZ9.355.015.63-
YUV54.28134.62177.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.71%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=59.71%
G=8.25%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123176600.860.460.52332.2675.7127.45
Hex7B11420562E3414c4c1b
Octal173211020126566451411433
Binary111101110001100001001010110101110110100101001100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,17,66); }

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

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

 a { background-color: rgb(123,17,66); }

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

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

 span { border-color: rgb(123,17,66); }

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