Html Css Color HEX #791E50 Pompadour

📋 copy color: '#791E50'

red 121 ◦ green 30 ◦ blue 80

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

Shades of Pompadour #791E50

Tints of Pompadour #791E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 52.38%
G = 12.99%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#791E50 (or 0x791E50) is known color: Pompadour. HEX triplet: 79, 1E and 50. RGB value is (121,30,80). Sum of RGB (Red+Green+Blue) = 121+30+80=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #791E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E50 is #86E1AF. Grayscale: #3E3E3E. Windows color (decimal): -8839600 or 5250681. OLE color: 5250681.

HSL color Cylindrical-coordinate representation of color #791E50: hue angle of 327.03º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E50 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 30 80 -
CMYK 0 0.75 0.34 0.53
HSL 327.03º 0.6% 0.3% -
HSV(B) 327.03º 0.75% 0.47% -
XYZ 9.8 5.57 8.15 -
YUV 62.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 121 30 80 0 0.75 0.34 0.53 327.03 0.6 0.3
Hex 79 1E 50 0 4B 22 35 147 3C 1E
Octal 171 36 120 0 113 42 65 507 74 36
Binary 1111001 11110 1010000 0 1001011 100010 110101 101000111 111100 11110

Color Harmonies of #791E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791E50

Black with #791E50

Text Example


Text Example

White with #791E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791E50; }

 p { color: rgb(121,30,80); }

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

background-color css

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

 a { background-color: rgb(121,30,80); }

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

border-color css

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

 span { border-color: rgb(121,30,80); }

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