#791C4E

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

Shades of Pompadour #791C4E

Tints of Pompadour #791C4E

Color information

#791C4E (or 0x791C4E) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 4E. RGB value is (121,28,78). Sum of RGB (Red+Green+Blue) = 121+28+78=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C4E is #86E3B1. Grayscale: #3D3D3D. Windows color (decimal): -8840114 or 5119097. OLE color: 5119097.

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

Color convert

RGB1212878-
CMYK00.770.360.53
HSL327.74º62.42%29.22%-
HSV(B)327.74º76.86%47.45%-
XYZ9.685.457.75-
YUV61.51137.31170.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=53.30%
G=12.33%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121287800.770.360.53327.7462.4229.22
Hex791C4E04D24351483e1d
Octal17134116011544655107635
Binary11110011110010011100100110110010011010110100100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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