Html Css Color HEX #791344 Pompadour

📋 copy color: '#791344'

red 121 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #791344

Tints of Pompadour #791344

RGB

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

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

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

R = 58.17%
G = 9.13%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#791344 (or 0x791344) is known color: Pompadour. HEX triplet: 79, 13 and 44. RGB value is (121,19,68). Sum of RGB (Red+Green+Blue) = 121+19+68=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #791344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791344 is #86ECBB. Grayscale: #363636. Windows color (decimal): -8842428 or 4461433. OLE color: 4461433.

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

Color convert

RGB 121 19 68 -
CMYK 0 0.84 0.44 0.53
HSL 331.18º 0.73% 0.27% -
HSV(B) 331.18º 0.84% 0.47% -
XYZ 9.16 4.95 5.94 -
YUV 55.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 121 19 68 0 0.84 0.44 0.53 331.18 0.73 0.27
Hex 79 13 44 0 54 2C 35 14B 49 1B
Octal 171 23 104 0 124 54 65 513 111 33
Binary 1111001 10011 1000100 0 1010100 101100 110101 101001011 1001001 11011

Color Harmonies of #791344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791344

Black with #791344

Text Example


Text Example

White with #791344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791344; }

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

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

background-color css

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

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

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

border-color css

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

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

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