#790E3A

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

Shades of Pompadour #790E3A

Tints of Pompadour #790E3A

Color information

#790E3A (or 0x790E3A) is unknown color: approx Pompadour. HEX triplet: 79, 0E and 3A. RGB value is (121,14,58). Sum of RGB (Red+Green+Blue) = 121+14+58=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #790E3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E3A is #86F1C5. Grayscale: #323232. Windows color (decimal): -8843718 or 3804793. OLE color: 3804793.

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

Color convert

RGB1211458-
CMYK00.880.520.53
HSL335.33º79.26%26.47%-
HSV(B)335.33º88.43%47.45%-
XYZ8.814.684.44-
YUV51.01131.95177.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=62.69%
G=7.25%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121145800.880.520.53335.3379.2626.47
Hex79E3A058343514f4f1a
Octal17116720130646551711732
Binary1111001111011101001011000110100110101101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,14,58); }

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

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

 a { background-color: rgb(121,14,58); }

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

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

 span { border-color: rgb(121,14,58); }

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