#791245

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

Shades of Pompadour #791245

Tints of Pompadour #791245

Color information

#791245 (or 0x791245) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 45. RGB value is (121,18,69). Sum of RGB (Red+Green+Blue) = 121+18+69=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #791245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791245 is #86EDBA. Grayscale: #363636. Windows color (decimal): -8842683 or 4526713. OLE color: 4526713.

HSL color Cylindrical-coordinate representation of color #791245: hue angle of 330.29º 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 #791245 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1211869-
CMYK00.850.430.53
HSL330.29º74.1%27.25%-
HSV(B)330.29º85.12%47.45%-
XYZ9.184.936.1-
YUV54.61136.12175.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=58.17%
G=8.65%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121186900.850.430.53330.2974.127.25
Hex7912450552B3514a4a1b
Octal171221050125536551211233
Binary111100110010100010101010101101011110101101001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791245; }

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

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

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

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

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

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

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

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