#79123E

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

Shades of Pompadour #79123E

Tints of Pompadour #79123E

Color information

#79123E (or 0x79123E) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 3E. RGB value is (121,18,62). Sum of RGB (Red+Green+Blue) = 121+18+62=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79123E is #86EDC1. Grayscale: #353535. Windows color (decimal): -8842690 or 4067961. OLE color: 4067961.

HSL color Cylindrical-coordinate representation of color #79123E: hue angle of 334.37º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79123E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1211862-
CMYK00.850.490.53
HSL334.37º74.1%27.25%-
HSV(B)334.37º85.12%47.45%-
XYZ8.974.855.02-
YUV53.81132.62175.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=60.20%
G=8.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121186200.850.490.53334.3774.127.25
Hex79123E055313514e4a1b
Octal17122760125616551611233
Binary11110011001011111001010101110001110101101001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79123E; }

 p { color: rgb(121,18,62); }

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

<style>
 a { background-color: #79123E; }

 a { background-color: rgb(121,18,62); }

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

<style>
 span { border-color: #79123E; }

 span { border-color: rgb(121,18,62); }

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