Html Css Color HEX #791340 Pompadour

📋 copy color: '#791340'

red 121 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #791340

Tints of Pompadour #791340

RGB

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

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

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

R = 59.31%
G = 9.31%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#791340 (or 0x791340) is known color: Pompadour. HEX triplet: 79, 13 and 40. RGB value is (121,19,64). Sum of RGB (Red+Green+Blue) = 121+19+64=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #791340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791340 is #86ECBF. Grayscale: #363636. Windows color (decimal): -8842432 or 4199289. OLE color: 4199289.

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

Color convert

RGB 121 19 64 -
CMYK 0 0.84 0.47 0.53
HSL 333.53º 0.73% 0.27% -
HSV(B) 333.53º 0.84% 0.47% -
XYZ 9.04 4.9 5.32 -
YUV 54.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 121 19 64 0 0.84 0.47 0.53 333.53 0.73 0.27
Hex 79 13 40 0 54 2F 35 14E 49 1B
Octal 171 23 100 0 124 57 65 516 111 33
Binary 1111001 10011 1000000 0 1010100 101111 110101 101001110 1001001 11011

Color Harmonies of #791340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791340

Black with #791340

Text Example


Text Example

White with #791340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791340; }

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

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

background-color css

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

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

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

border-color css

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

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

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