#791A3E

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

Shades of Pompadour #791A3E

Tints of Pompadour #791A3E

Color information

#791A3E (or 0x791A3E) is unknown color: approx Pompadour. HEX triplet: 79, 1A and 3E. RGB value is (121,26,62). Sum of RGB (Red+Green+Blue) = 121+26+62=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A3E is #86E5C1. Grayscale: #3A3A3A. Windows color (decimal): -8840642 or 4070009. OLE color: 4070009.

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

Color convert

RGB1212662-
CMYK00.790.490.53
HSL337.26º64.63%28.82%-
HSV(B)337.26º78.51%47.45%-
XYZ9.125.155.07-
YUV58.51129.97172.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.89%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=57.89%
G=12.44%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121266200.790.490.53337.2664.6328.82
Hex791A3E04F3135151411d
Octal17132760117616552110135
Binary11110011101011111001001111110001110101101010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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