#7B113F

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

Shades of Pompadour #7B113F

Tints of Pompadour #7B113F

Color information

#7B113F (or 0x7B113F) is unknown color: approx Pompadour. HEX triplet: 7B, 11 and 3F. RGB value is (123,17,63). Sum of RGB (Red+Green+Blue) = 123+17+63=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B113F is #84EEC0. Grayscale: #353535. Windows color (decimal): -8711873 or 4133243. OLE color: 4133243.

HSL color Cylindrical-coordinate representation of color #7B113F: hue angle of 333.96º 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 #7B113F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1231763-
CMYK00.860.490.52
HSL333.96º75.71%27.45%-
HSV(B)333.96º86.18%48.24%-
XYZ9.274.975.17-
YUV53.94133.12177.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 63 (25% from 255) = 31.03%
R=60.59%
G=8.37%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123176300.860.490.52333.9675.7127.45
Hex7B113F056313414e4c1b
Octal17321770126616451611433
Binary11110111000111111101010110110001110100101001110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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