Html Css Color HEX #791046 Pompadour

📋 copy color: '#791046'

red 121 ◦ green 16 ◦ blue 70

#791046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #791046

Tints of Pompadour #791046

RGB

 RED value IS 121 (47.66% from 255) = 58.45%

 GREEN value IS 16 (6.64% from 255) = 7.73%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 58.45%
G = 7.73%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#791046 (or 0x791046) is known color: Pompadour. HEX triplet: 79, 10 and 46. RGB value is (121,16,70). Sum of RGB (Red+Green+Blue) = 121+16+70=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #791046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791046 is #86EFB9. Grayscale: #353535. Windows color (decimal): -8843194 or 4591737. OLE color: 4591737.

HSL color Cylindrical-coordinate representation of color #791046: hue angle of 329.14º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791046 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 70 -
CMYK 0 0.87 0.42 0.53
HSL 329.14º 0.77% 0.27% -
HSV(B) 329.14º 0.87% 0.47% -
XYZ 9.18 4.88 6.25 -
YUV 53.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 121 16 70 0 0.87 0.42 0.53 329.14 0.77 0.27
Hex 79 10 46 0 57 2A 35 149 4D 1B
Octal 171 20 106 0 127 52 65 511 115 33
Binary 1111001 10000 1000110 0 1010111 101010 110101 101001001 1001101 11011

Color Harmonies of #791046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791046

Black with #791046

Text Example


Text Example

White with #791046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791046; }

 p { color: rgb(121,16,70); }

 H1.HeaderClassName
 {
   color: #791046;
 }
 .AnyTagClassName
 {
   color: #791046;
 }
</style>

background-color css

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

 a { background-color: rgb(121,16,70); }

 div.DivClassName
 {
   background-color: #791046;
 }
 .BgClassName
 {
   background-color: #791046;
 }
</style>

border-color css

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

 span { border-color: rgb(121,16,70); }

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