#791B4E

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

Shades of Pompadour #791B4E

Tints of Pompadour #791B4E

Color information

#791B4E (or 0x791B4E) is unknown color: approx Pompadour. HEX triplet: 79, 1B and 4E. RGB value is (121,27,78). Sum of RGB (Red+Green+Blue) = 121+27+78=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #791B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791B4E is #86E4B1. Grayscale: #3C3C3C. Windows color (decimal): -8840370 or 5118841. OLE color: 5118841.

HSL color Cylindrical-coordinate representation of color #791B4E: hue angle of 327.45º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B4E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1212778-
CMYK00.780.360.53
HSL327.45º63.51%29.02%-
HSV(B)327.45º77.69%47.45%-
XYZ9.655.47.74-
YUV60.92137.64170.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.54%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=53.54%
G=11.95%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121277800.780.360.53327.4563.5129.02
Hex791B4E04E2435147401d
Octal171331160116446550710035
Binary111100111011100111001001110100100110101101000111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791B4E; }

 p { color: rgb(121,27,78); }

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

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

 a { background-color: rgb(121,27,78); }

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

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

 span { border-color: rgb(121,27,78); }

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