#7B113A

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

Shades of Pompadour #7B113A

Tints of Pompadour #7B113A

Color information

#7B113A (or 0x7B113A) is unknown color: approx Pompadour. HEX triplet: 7B, 11 and 3A. RGB value is (123,17,58). Sum of RGB (Red+Green+Blue) = 123+17+58=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B113A is #84EEC5. Grayscale: #353535. Windows color (decimal): -8711878 or 3805563. OLE color: 3805563.

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

Color convert

RGB1231758-
CMYK00.860.530.52
HSL336.79º75.71%27.45%-
HSV(B)336.79º86.18%48.24%-
XYZ9.134.924.47-
YUV53.37130.62177.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.12%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=62.12%
G=8.59%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123175800.860.530.52336.7975.7127.45
Hex7B113A05635341514c1b
Octal17321720126656452111433
Binary11110111000111101001010110110101110100101010001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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