#791c3f

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

Shades of Pompadour #791C3F

Tints of Pompadour #791C3F

Color information

#791C3F (or 0x791C3F) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 3F. RGB value is (121,28,63). Sum of RGB (Red+Green+Blue) = 121+28+63=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C3F is #86E3C0. Grayscale: #3B3B3B. Windows color (decimal): -8840129 or 4136057. OLE color: 4136057.

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

Color convert

RGB1212863-
CMYK00.770.480.53
HSL337.42º62.42%29.22%-
HSV(B)337.42º76.86%47.45%-
XYZ9.25.255.23-
YUV59.8129.81171.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 63 (25% from 255) = 29.72%
R=57.08%
G=13.21%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121286300.770.480.53337.4262.4229.22
Hex791C3F04D30351513e1d
Octal1713477011560655217635
Binary1111001111001111110100110111000011010110101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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