#7A113B

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

Shades of Pompadour #7A113B

Tints of Pompadour #7A113B

Color information

#7A113B (or 0x7A113B) is unknown color: approx Pompadour. HEX triplet: 7A, 11 and 3B. RGB value is (122,17,59). Sum of RGB (Red+Green+Blue) = 122+17+59=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A113B is #85EEC4. Grayscale: #353535. Windows color (decimal): -8777413 or 3871098. OLE color: 3871098.

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

Color convert

RGB1221759-
CMYK00.860.520.52
HSL336º75.54%27.25%-
HSV(B)336º86.07%47.84%-
XYZ9.024.854.6-
YUV53.18131.29177.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.62%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=61.62%
G=8.59%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122175900.860.520.5233675.5427.25
Hex7A113B05634341504c1b
Octal17221730126646452011433
Binary11110101000111101101010110110100110100101010000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,17,59); }

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

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

 a { background-color: rgb(122,17,59); }

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

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

 span { border-color: rgb(122,17,59); }

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