#790F4B

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

Shades of Pompadour #790F4B

Tints of Pompadour #790F4B

Color information

#790F4B (or 0x790F4B) is unknown color: approx Pompadour. HEX triplet: 79, 0F and 4B. RGB value is (121,15,75). Sum of RGB (Red+Green+Blue) = 121+15+75=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #790F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F4B is #86F0B4. Grayscale: #353535. Windows color (decimal): -8843445 or 4919161. OLE color: 4919161.

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

Color convert

RGB1211575-
CMYK00.880.380.53
HSL326.04º77.94%26.67%-
HSV(B)326.04º87.6%47.45%-
XYZ9.334.917.11-
YUV53.53140.12176.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=57.35%
G=7.11%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121157500.880.380.53326.0477.9426.67
Hex79F4B05826351464e1b
Octal171171130130466550611633
Binary11110011111100101101011000100110110101101000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,15,75); }

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

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

 a { background-color: rgb(121,15,75); }

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

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

 span { border-color: rgb(121,15,75); }

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