#790D3F

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

Shades of Pompadour #790D3F

Tints of Pompadour #790D3F

Color information

#790D3F (or 0x790D3F) is unknown color: approx Pompadour. HEX triplet: 79, 0D and 3F. RGB value is (121,13,63). Sum of RGB (Red+Green+Blue) = 121+13+63=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #790D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D3F is #86F2C0. Grayscale: #323232. Windows color (decimal): -8843969 or 4132217. OLE color: 4132217.

HSL color Cylindrical-coordinate representation of color #790D3F: hue angle of 332.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D3F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1211363-
CMYK00.890.480.53
HSL332.22º80.6%26.27%-
HSV(B)332.22º89.26%47.45%-
XYZ8.934.715.14-
YUV50.99134.78177.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.42%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 63 (25% from 255) = 31.98%
R=61.42%
G=6.60%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121136300.890.480.53332.2280.626.27
Hex79D3F059303514c511a
Octal17115770131606551412132
Binary1111001110111111101011001110000110101101001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790D3F; }

 p { color: rgb(121,13,63); }

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

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

 a { background-color: rgb(121,13,63); }

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

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

 span { border-color: rgb(121,13,63); }

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