#791C4B

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

Shades of Pompadour #791C4B

Tints of Pompadour #791C4B

Color information

#791C4B (or 0x791C4B) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 4B. RGB value is (121,28,75). Sum of RGB (Red+Green+Blue) = 121+28+75=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #791C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C4B is #86E3B4. Grayscale: #3D3D3D. Windows color (decimal): -8840117 or 4922489. OLE color: 4922489.

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

Color convert

RGB1212875-
CMYK00.770.380.53
HSL329.68º62.42%29.22%-
HSV(B)329.68º76.86%47.45%-
XYZ9.575.47.2-
YUV61.17135.81170.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=54.02%
G=12.5%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121287500.770.380.53329.6862.4229.22
Hex791C4B04D263514a3e1d
Octal17134113011546655127635
Binary11110011110010010110100110110011011010110100101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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