Html Css Color HEX #791144 Pompadour

📋 copy color: '#791144'

red 121 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #791144

Tints of Pompadour #791144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 58.74%
G = 8.25%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#791144 (or 0x791144) is known color: Pompadour. HEX triplet: 79, 11 and 44. RGB value is (121,17,68). Sum of RGB (Red+Green+Blue) = 121+17+68=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #791144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791144 is #86EEBB. Grayscale: #353535. Windows color (decimal): -8842940 or 4460921. OLE color: 4460921.

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

Color convert

RGB 121 17 68 -
CMYK 0 0.86 0.44 0.53
HSL 330.58º 0.75% 0.27% -
HSV(B) 330.58º 0.86% 0.47% -
XYZ 9.13 4.88 5.93 -
YUV 53.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 121 17 68 0 0.86 0.44 0.53 330.58 0.75 0.27
Hex 79 11 44 0 56 2C 35 14B 4B 1B
Octal 171 21 104 0 126 54 65 513 113 33
Binary 1111001 10001 1000100 0 1010110 101100 110101 101001011 1001011 11011

Color Harmonies of #791144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791144

Black with #791144

Text Example


Text Example

White with #791144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791144; }

 p { color: rgb(121,17,68); }

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

background-color css

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

 a { background-color: rgb(121,17,68); }

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

border-color css

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

 span { border-color: rgb(121,17,68); }

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