Html Css Color HEX #79174A Pompadour

📋 copy color: '#79174A'

red 121 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #79174A

Tints of Pompadour #79174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 55.5%
G = 10.55%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79174A (or 0x79174A) is known color: Pompadour. HEX triplet: 79, 17 and 4A. RGB value is (121,23,74). Sum of RGB (Red+Green+Blue) = 121+23+74=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79174A is #86E8B5. Grayscale: #3A3A3A. Windows color (decimal): -8841398 or 4855673. OLE color: 4855673.

HSL color Cylindrical-coordinate representation of color #79174A: hue angle of 328.78º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #79174A is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 74 -
CMYK 0 0.81 0.39 0.53
HSL 328.78º 0.68% 0.28% -
HSV(B) 328.78º 0.81% 0.47% -
XYZ 9.43 5.17 6.98 -
YUV 58.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 121 23 74 0 0.81 0.39 0.53 328.78 0.68 0.28
Hex 79 17 4A 0 51 27 35 149 44 1C
Octal 171 27 112 0 121 47 65 511 104 34
Binary 1111001 10111 1001010 0 1010001 100111 110101 101001001 1000100 11100

Color Harmonies of #79174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79174A

Black with #79174A

Text Example


Text Example

White with #79174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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