#791B45

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

Shades of Pompadour #791B45

Tints of Pompadour #791B45

Color information

#791B45 (or 0x791B45) is unknown color: approx Pompadour. HEX triplet: 79, 1B and 45. RGB value is (121,27,69). Sum of RGB (Red+Green+Blue) = 121+27+69=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #791B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B45 is #86E4BA. Grayscale: #3B3B3B. Windows color (decimal): -8840379 or 4529017. OLE color: 4529017.

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

Color convert

RGB1212769-
CMYK00.780.430.53
HSL333.19º63.51%29.02%-
HSV(B)333.19º77.69%47.45%-
XYZ9.355.286.16-
YUV59.89133.14171.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=55.76%
G=12.44%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121276900.780.430.53333.1963.5129.02
Hex791B4504E2B3514d401d
Octal171331050116536551510035
Binary111100111011100010101001110101011110101101001101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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