Html Css Color HEX #791247 Pompadour

📋 copy color: '#791247'

red 121 ◦ green 18 ◦ blue 71

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

Shades of Pompadour #791247

Tints of Pompadour #791247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 57.62%
G = 8.57%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#791247 (or 0x791247) is known color: Pompadour. HEX triplet: 79, 12 and 47. RGB value is (121,18,71). Sum of RGB (Red+Green+Blue) = 121+18+71=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791247 is #86EDB8. Grayscale: #363636. Windows color (decimal): -8842681 or 4657785. OLE color: 4657785.

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

Color convert

RGB 121 18 71 -
CMYK 0 0.85 0.41 0.53
HSL 329.13º 0.74% 0.27% -
HSV(B) 329.13º 0.85% 0.47% -
XYZ 9.24 4.95 6.43 -
YUV 54.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 121 18 71 0 0.85 0.41 0.53 329.13 0.74 0.27
Hex 79 12 47 0 55 29 35 149 4A 1B
Octal 171 22 107 0 125 51 65 511 112 33
Binary 1111001 10010 1000111 0 1010101 101001 110101 101001001 1001010 11011

Color Harmonies of #791247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791247

Black with #791247

Text Example


Text Example

White with #791247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791247; }

 p { color: rgb(121,18,71); }

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

background-color css

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

 a { background-color: rgb(121,18,71); }

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

border-color css

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

 span { border-color: rgb(121,18,71); }

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