#79163D

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

Shades of Pompadour #79163D

Tints of Pompadour #79163D

Color information

#79163D (or 0x79163D) is unknown color: approx Pompadour. HEX triplet: 79, 16 and 3D. RGB value is (121,22,61). Sum of RGB (Red+Green+Blue) = 121+22+61=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79163D is #86E9C2. Grayscale: #373737. Windows color (decimal): -8841667 or 4003449. OLE color: 4003449.

HSL color Cylindrical-coordinate representation of color #79163D: hue angle of 336.36º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79163D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1212261-
CMYK00.820.500.53
HSL336.36º69.23%28.04%-
HSV(B)336.36º81.82%47.45%-
XYZ9.014.984.9-
YUV56.05130.8174.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=59.31%
G=10.78%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121226100.820.500.53336.3669.2328.04
Hex79163D0523235150451c
Octal17126750122626552010534
Binary11110011011011110101010010110010110101101010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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