#79103D

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

Shades of Pompadour #79103D

Tints of Pompadour #79103D

Color information

#79103D (or 0x79103D) is unknown color: approx Pompadour. HEX triplet: 79, 10 and 3D. RGB value is (121,16,61). Sum of RGB (Red+Green+Blue) = 121+16+61=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79103D is #86EFC2. Grayscale: #343434. Windows color (decimal): -8843203 or 4001913. OLE color: 4001913.

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

Color convert

RGB1211661-
CMYK00.870.500.53
HSL334.29º76.64%26.86%-
HSV(B)334.29º86.78%47.45%-
XYZ8.914.774.87-
YUV52.52132.79176.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.11%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=61.11%
G=8.08%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121166100.870.500.53334.2976.6426.86
Hex79103D057323514e4d1b
Octal17120750127626551611533
Binary11110011000011110101010111110010110101101001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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