#791D3E

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

Shades of Pompadour #791D3E

Tints of Pompadour #791D3E

Color information

#791D3E (or 0x791D3E) is unknown color: approx Pompadour. HEX triplet: 79, 1D and 3E. RGB value is (121,29,62). Sum of RGB (Red+Green+Blue) = 121+29+62=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D3E is #86E2C1. Grayscale: #3C3C3C. Windows color (decimal): -8839874 or 4070777. OLE color: 4070777.

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

Color convert

RGB1212962-
CMYK00.760.490.53
HSL338.48º61.33%29.41%-
HSV(B)338.48º76.03%47.45%-
XYZ9.195.295.09-
YUV60.27128.98171.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=57.08%
G=13.68%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121296200.760.490.53338.4861.3329.41
Hex791D3E04C31351523d1d
Octal1713576011461655227535
Binary1111001111011111100100110011000111010110101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,29,62); }

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

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

 a { background-color: rgb(121,29,62); }

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

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

 span { border-color: rgb(121,29,62); }

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