Html Css Color HEX #79153F Pompadour

📋 copy color: '#79153F'

red 121 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #79153F

Tints of Pompadour #79153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.73%

R = 59.02%
G = 10.24%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#79153F (or 0x79153F) is known color: Pompadour. HEX triplet: 79, 15 and 3F. RGB value is (121,21,63). Sum of RGB (Red+Green+Blue) = 121+21+63=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153F is #86EAC0. Grayscale: #373737. Windows color (decimal): -8841921 or 4134265. OLE color: 4134265.

HSL color Cylindrical-coordinate representation of color #79153F: hue angle of 334.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 #79153F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 63 -
CMYK 0 0.83 0.48 0.53
HSL 334.8º 0.7% 0.28% -
HSV(B) 334.8º 0.83% 0.47% -
XYZ 9.05 4.96 5.18 -
YUV 55.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 121 21 63 0 0.83 0.48 0.53 334.8 0.7 0.28
Hex 79 15 3F 0 53 30 35 14F 46 1C
Octal 171 25 77 0 123 60 65 517 106 34
Binary 1111001 10101 111111 0 1010011 110000 110101 101001111 1000110 11100

Color Harmonies of #79153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79153F

Black with #79153F

Text Example


Text Example

White with #79153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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