Html Css Color HEX #791048 Pompadour

📋 copy color: '#791048'

red 121 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #791048

Tints of Pompadour #791048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 57.89%
G = 7.66%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#791048 (or 0x791048) is known color: Pompadour. HEX triplet: 79, 10 and 48. RGB value is (121,16,72). Sum of RGB (Red+Green+Blue) = 121+16+72=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791048 is #86EFB7. Grayscale: #353535. Windows color (decimal): -8843192 or 4722809. OLE color: 4722809.

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

Color convert

RGB 121 16 72 -
CMYK 0 0.87 0.40 0.53
HSL 328º 0.77% 0.27% -
HSV(B) 328º 0.87% 0.47% -
XYZ 9.24 4.9 6.59 -
YUV 53.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 121 16 72 0 0.87 0.40 0.53 328 0.77 0.27
Hex 79 10 48 0 57 28 35 148 4D 1B
Octal 171 20 110 0 127 50 65 510 115 33
Binary 1111001 10000 1001000 0 1010111 101000 110101 101001000 1001101 11011

Color Harmonies of #791048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791048

Black with #791048

Text Example


Text Example

White with #791048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791048; }

 p { color: rgb(121,16,72); }

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

background-color css

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

 a { background-color: rgb(121,16,72); }

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

border-color css

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

 span { border-color: rgb(121,16,72); }

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