Html Css Color HEX #79154A Pompadour

📋 copy color: '#79154A'

red 121 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #79154A

Tints of Pompadour #79154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 56.02%
G = 9.72%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79154A (or 0x79154A) is known color: Pompadour. HEX triplet: 79, 15 and 4A. RGB value is (121,21,74). Sum of RGB (Red+Green+Blue) = 121+21+74=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79154A is #86EAB5. Grayscale: #383838. Windows color (decimal): -8841910 or 4855161. OLE color: 4855161.

HSL color Cylindrical-coordinate representation of color #79154A: hue angle of 328.2º 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 #79154A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 74 -
CMYK 0 0.83 0.39 0.53
HSL 328.2º 0.7% 0.28% -
HSV(B) 328.2º 0.83% 0.47% -
XYZ 9.39 5.1 6.97 -
YUV 56.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 121 21 74 0 0.83 0.39 0.53 328.2 0.7 0.28
Hex 79 15 4A 0 53 27 35 148 46 1C
Octal 171 25 112 0 123 47 65 510 106 34
Binary 1111001 10101 1001010 0 1010011 100111 110101 101001000 1000110 11100

Color Harmonies of #79154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79154A

Black with #79154A

Text Example


Text Example

White with #79154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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