Html Css Color HEX #791346 Pompadour

📋 copy color: '#791346'

red 121 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #791346

Tints of Pompadour #791346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 57.62%
G = 9.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#791346 (or 0x791346) is known color: Pompadour. HEX triplet: 79, 13 and 46. RGB value is (121,19,70). Sum of RGB (Red+Green+Blue) = 121+19+70=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791346 is #86ECB9. Grayscale: #373737. Windows color (decimal): -8842426 or 4592505. OLE color: 4592505.

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

Color convert

RGB 121 19 70 -
CMYK 0 0.84 0.42 0.53
HSL 330º 0.73% 0.27% -
HSV(B) 330º 0.84% 0.47% -
XYZ 9.22 4.97 6.27 -
YUV 55.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 121 19 70 0 0.84 0.42 0.53 330 0.73 0.27
Hex 79 13 46 0 54 2A 35 14A 49 1B
Octal 171 23 106 0 124 52 65 512 111 33
Binary 1111001 10011 1000110 0 1010100 101010 110101 101001010 1001001 11011

Color Harmonies of #791346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791346

Black with #791346

Text Example


Text Example

White with #791346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791346; }

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

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

background-color css

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

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

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

border-color css

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

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

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