#79133A

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

Shades of Pompadour #79133A

Tints of Pompadour #79133A

Color information

#79133A (or 0x79133A) is unknown color: approx Pompadour. HEX triplet: 79, 13 and 3A. RGB value is (121,19,58). Sum of RGB (Red+Green+Blue) = 121+19+58=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79133A is #86ECC5. Grayscale: #353535. Windows color (decimal): -8842438 or 3806073. OLE color: 3806073.

HSL color Cylindrical-coordinate representation of color #79133A: hue angle of 337.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79133A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1211958-
CMYK00.840.520.53
HSL337.06º72.86%27.45%-
HSV(B)337.06º84.3%47.45%-
XYZ8.884.844.47-
YUV53.94130.29175.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.11%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=61.11%
G=9.60%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121195800.840.520.53337.0672.8627.45
Hex79133A0543435151491b
Octal17123720124646552111133
Binary11110011001111101001010100110100110101101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79133A; }

 p { color: rgb(121,19,58); }

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

<style>
 a { background-color: #79133A; }

 a { background-color: rgb(121,19,58); }

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

<style>
 span { border-color: #79133A; }

 span { border-color: rgb(121,19,58); }

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