Html Css Color HEX #791242 Pompadour

📋 copy color: '#791242'

red 121 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #791242

Tints of Pompadour #791242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 59.02%
G = 8.78%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#791242 (or 0x791242) is known color: Pompadour. HEX triplet: 79, 12 and 42. RGB value is (121,18,66). Sum of RGB (Red+Green+Blue) = 121+18+66=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #791242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791242 is #86EDBD. Grayscale: #363636. Windows color (decimal): -8842686 or 4330105. OLE color: 4330105.

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

Color convert

RGB 121 18 66 -
CMYK 0 0.85 0.45 0.53
HSL 332.04º 0.74% 0.27% -
HSV(B) 332.04º 0.85% 0.47% -
XYZ 9.08 4.89 5.62 -
YUV 54.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 121 18 66 0 0.85 0.45 0.53 332.04 0.74 0.27
Hex 79 12 42 0 55 2D 35 14C 4A 1B
Octal 171 22 102 0 125 55 65 514 112 33
Binary 1111001 10010 1000010 0 1010101 101101 110101 101001100 1001010 11011

Color Harmonies of #791242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791242

Black with #791242

Text Example


Text Example

White with #791242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791242; }

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

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

background-color css

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

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

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

border-color css

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

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

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