Html Css Color HEX #791140 Pompadour

📋 copy color: '#791140'

red 121 ◦ green 17 ◦ blue 64

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

Shades of Pompadour #791140

Tints of Pompadour #791140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 59.9%
G = 8.42%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#791140 (or 0x791140) is known color: Pompadour. HEX triplet: 79, 11 and 40. RGB value is (121,17,64). Sum of RGB (Red+Green+Blue) = 121+17+64=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #791140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791140 is #86EEBF. Grayscale: #353535. Windows color (decimal): -8842944 or 4198777. OLE color: 4198777.

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

Color convert

RGB 121 17 64 -
CMYK 0 0.86 0.47 0.53
HSL 332.88º 0.75% 0.27% -
HSV(B) 332.88º 0.86% 0.47% -
XYZ 9.01 4.84 5.31 -
YUV 53.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 121 17 64 0 0.86 0.47 0.53 332.88 0.75 0.27
Hex 79 11 40 0 56 2F 35 14D 4B 1B
Octal 171 21 100 0 126 57 65 515 113 33
Binary 1111001 10001 1000000 0 1010110 101111 110101 101001101 1001011 11011

Color Harmonies of #791140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791140

Black with #791140

Text Example


Text Example

White with #791140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791140; }

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

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

background-color css

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

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

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

border-color css

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

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

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