Html Css Color HEX #79174C Pompadour

📋 copy color: '#79174C'

red 121 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #79174C

Tints of Pompadour #79174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 55%
G = 10.45%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#79174C (or 0x79174C) is known color: Pompadour. HEX triplet: 79, 17 and 4C. RGB value is (121,23,76). Sum of RGB (Red+Green+Blue) = 121+23+76=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79174C is #86E8B3. Grayscale: #3A3A3A. Windows color (decimal): -8841396 or 4986745. OLE color: 4986745.

HSL color Cylindrical-coordinate representation of color #79174C: hue angle of 327.55º 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 #79174C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 23 76 -
CMYK 0 0.81 0.37 0.53
HSL 327.55º 0.68% 0.28% -
HSV(B) 327.55º 0.81% 0.47% -
XYZ 9.5 5.2 7.34 -
YUV 58.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 121 23 76 0 0.81 0.37 0.53 327.55 0.68 0.28
Hex 79 17 4C 0 51 25 35 148 44 1C
Octal 171 27 114 0 121 45 65 510 104 34
Binary 1111001 10111 1001100 0 1010001 100101 110101 101001000 1000100 11100

Color Harmonies of #79174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79174C

Black with #79174C

Text Example


Text Example

White with #79174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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