Html Css Color HEX #791547 Pompadour

📋 copy color: '#791547'

red 121 ◦ green 21 ◦ blue 71

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

Shades of Pompadour #791547

Tints of Pompadour #791547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 56.81%
G = 9.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#791547 (or 0x791547) is known color: Pompadour. HEX triplet: 79, 15 and 47. RGB value is (121,21,71). Sum of RGB (Red+Green+Blue) = 121+21+71=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #791547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791547 is #86EAB8. Grayscale: #383838. Windows color (decimal): -8841913 or 4658553. OLE color: 4658553.

HSL color Cylindrical-coordinate representation of color #791547: hue angle of 330º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791547 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 71 -
CMYK 0 0.83 0.41 0.53
HSL 330º 0.7% 0.28% -
HSV(B) 330º 0.83% 0.47% -
XYZ 9.29 5.06 6.45 -
YUV 56.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 121 21 71 0 0.83 0.41 0.53 330 0.7 0.28
Hex 79 15 47 0 53 29 35 14A 46 1C
Octal 171 25 107 0 123 51 65 512 106 34
Binary 1111001 10101 1000111 0 1010011 101001 110101 101001010 1000110 11100

Color Harmonies of #791547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791547

Black with #791547

Text Example


Text Example

White with #791547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791547; }

 p { color: rgb(121,21,71); }

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

background-color css

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

 a { background-color: rgb(121,21,71); }

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

border-color css

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

 span { border-color: rgb(121,21,71); }

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