Html Css Color HEX #79154E Pompadour

📋 copy color: '#79154E'

red 121 ◦ green 21 ◦ blue 78

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

Shades of Pompadour #79154E

Tints of Pompadour #79154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.45%

R = 55%
G = 9.55%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#79154E (or 0x79154E) is known color: Pompadour. HEX triplet: 79, 15 and 4E. RGB value is (121,21,78). Sum of RGB (Red+Green+Blue) = 121+21+78=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79154E is #86EAB1. Grayscale: #393939. Windows color (decimal): -8841906 or 5117305. OLE color: 5117305.

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

Color convert

RGB 121 21 78 -
CMYK 0 0.83 0.36 0.53
HSL 325.8º 0.7% 0.28% -
HSV(B) 325.8º 0.83% 0.47% -
XYZ 9.53 5.15 7.7 -
YUV 57.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 121 21 78 0 0.83 0.36 0.53 325.8 0.7 0.28
Hex 79 15 4E 0 53 24 35 146 46 1C
Octal 171 25 116 0 123 44 65 506 106 34
Binary 1111001 10101 1001110 0 1010011 100100 110101 101000110 1000110 11100

Color Harmonies of #79154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79154E

Black with #79154E

Text Example


Text Example

White with #79154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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