Html Css Color HEX #791341 Pompadour

📋 copy color: '#791341'

red 121 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #791341

Tints of Pompadour #791341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 59.02%
G = 9.27%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#791341 (or 0x791341) is known color: Pompadour. HEX triplet: 79, 13 and 41. RGB value is (121,19,65). Sum of RGB (Red+Green+Blue) = 121+19+65=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #791341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791341 is #86ECBE. Grayscale: #363636. Windows color (decimal): -8842431 or 4264825. OLE color: 4264825.

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

Color convert

RGB 121 19 65 -
CMYK 0 0.84 0.46 0.53
HSL 332.94º 0.73% 0.27% -
HSV(B) 332.94º 0.84% 0.47% -
XYZ 9.07 4.91 5.47 -
YUV 54.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 121 19 65 0 0.84 0.46 0.53 332.94 0.73 0.27
Hex 79 13 41 0 54 2E 35 14D 49 1B
Octal 171 23 101 0 124 56 65 515 111 33
Binary 1111001 10011 1000001 0 1010100 101110 110101 101001101 1001001 11011

Color Harmonies of #791341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791341

Black with #791341

Text Example


Text Example

White with #791341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791341; }

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

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

background-color css

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

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

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

border-color css

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

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

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