#79133D

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

Shades of Pompadour #79133D

Tints of Pompadour #79133D

Color information

#79133D (or 0x79133D) is unknown color: approx Pompadour. HEX triplet: 79, 13 and 3D. RGB value is (121,19,61). Sum of RGB (Red+Green+Blue) = 121+19+61=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79133D is #86ECC2. Grayscale: #363636. Windows color (decimal): -8842435 or 4002681. OLE color: 4002681.

HSL color Cylindrical-coordinate representation of color #79133D: hue angle of 335.29º 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 #79133D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1211961-
CMYK00.840.500.53
HSL335.29º72.86%27.45%-
HSV(B)335.29º84.3%47.45%-
XYZ8.964.874.88-
YUV54.29131.79175.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=60.20%
G=9.45%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121196100.840.500.53335.2972.8627.45
Hex79133D054323514f491b
Octal17123750124626551711133
Binary11110011001111110101010100110010110101101001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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