#791C3E

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

Shades of Pompadour #791C3E

Tints of Pompadour #791C3E

Color information

#791C3E (or 0x791C3E) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 3E. RGB value is (121,28,62). Sum of RGB (Red+Green+Blue) = 121+28+62=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #791C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C3E is #86E3C1. Grayscale: #3B3B3B. Windows color (decimal): -8840130 or 4070521. OLE color: 4070521.

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

Color convert

RGB1212862-
CMYK00.770.490.53
HSL338.06º62.42%29.22%-
HSV(B)338.06º76.86%47.45%-
XYZ9.175.245.09-
YUV59.68129.31171.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=57.35%
G=13.27%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121286200.770.490.53338.0662.4229.22
Hex791C3E04D31351523e1d
Octal1713476011561655227635
Binary1111001111001111100100110111000111010110101001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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