#791846

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

Shades of Pompadour #791846

Tints of Pompadour #791846

Color information

#791846 (or 0x791846) is unknown color: approx Pompadour. HEX triplet: 79, 18 and 46. RGB value is (121,24,70). Sum of RGB (Red+Green+Blue) = 121+24+70=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #791846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791846 is #86E7B9. Grayscale: #3A3A3A. Windows color (decimal): -8841146 or 4593785. OLE color: 4593785.

HSL color Cylindrical-coordinate representation of color #791846: hue angle of 331.55º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791846 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1212470-
CMYK00.800.420.53
HSL331.55º66.9%28.43%-
HSV(B)331.55º80.17%47.45%-
XYZ9.325.166.3-
YUV58.25134.64172.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=56.28%
G=11.16%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121247000.800.420.53331.5566.928.43
Hex7918460502A3514c431c
Octal171301060120526551410334
Binary111100111000100011001010000101010110101101001100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791846; }

 p { color: rgb(121,24,70); }

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

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

 a { background-color: rgb(121,24,70); }

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

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

 span { border-color: rgb(121,24,70); }

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