Html Css Color HEX #791949 Pompadour

📋 copy color: '#791949'

red 121 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #791949

Tints of Pompadour #791949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 55.25%
G = 11.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#791949 (or 0x791949) is known color: Pompadour. HEX triplet: 79, 19 and 49. RGB value is (121,25,73). Sum of RGB (Red+Green+Blue) = 121+25+73=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #791949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791949 is #86E6B6. Grayscale: #3B3B3B. Windows color (decimal): -8840887 or 4790649. OLE color: 4790649.

HSL color Cylindrical-coordinate representation of color #791949: hue angle of 330º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791949 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 73 -
CMYK 0 0.79 0.40 0.53
HSL 330º 0.66% 0.29% -
HSV(B) 330º 0.79% 0.47% -
XYZ 9.44 5.24 6.82 -
YUV 59.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 121 25 73 0 0.79 0.40 0.53 330 0.66 0.29
Hex 79 19 49 0 4F 28 35 14A 42 1D
Octal 171 31 111 0 117 50 65 512 102 35
Binary 1111001 11001 1001001 0 1001111 101000 110101 101001010 1000010 11101

Color Harmonies of #791949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791949

Black with #791949

Text Example


Text Example

White with #791949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791949; }

 p { color: rgb(121,25,73); }

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

background-color css

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

 a { background-color: rgb(121,25,73); }

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

border-color css

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

 span { border-color: rgb(121,25,73); }

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