Html Css Color HEX #791041 Pompadour

📋 copy color: '#791041'

red 121 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #791041

Tints of Pompadour #791041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 59.9%
G = 7.92%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#791041 (or 0x791041) is known color: Pompadour. HEX triplet: 79, 10 and 41. RGB value is (121,16,65). Sum of RGB (Red+Green+Blue) = 121+16+65=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #791041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791041 is #86EFBE. Grayscale: #343434. Windows color (decimal): -8843199 or 4264057. OLE color: 4264057.

HSL color Cylindrical-coordinate representation of color #791041: hue angle of 332º 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 #791041 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 16 65 -
CMYK 0 0.87 0.46 0.53
HSL 332º 0.77% 0.27% -
HSV(B) 332º 0.87% 0.47% -
XYZ 9.02 4.82 5.46 -
YUV 52.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 121 16 65 0 0.87 0.46 0.53 332 0.77 0.27
Hex 79 10 41 0 57 2E 35 14C 4D 1B
Octal 171 20 101 0 127 56 65 514 115 33
Binary 1111001 10000 1000001 0 1010111 101110 110101 101001100 1001101 11011

Color Harmonies of #791041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791041

Black with #791041

Text Example


Text Example

White with #791041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791041; }

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

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

background-color css

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

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

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

border-color css

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

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

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