Html Css Color HEX #79153C Pompadour

📋 copy color: '#79153C'

red 121 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #79153C

Tints of Pompadour #79153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 59.9%
G = 10.4%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79153C (or 0x79153C) is known color: Pompadour. HEX triplet: 79, 15 and 3C. RGB value is (121,21,60). Sum of RGB (Red+Green+Blue) = 121+21+60=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153C is #86EAC3. Grayscale: #373737. Windows color (decimal): -8841924 or 3937657. OLE color: 3937657.

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

Color convert

RGB 121 21 60 -
CMYK 0 0.83 0.50 0.53
HSL 336.6º 0.7% 0.28% -
HSV(B) 336.6º 0.83% 0.47% -
XYZ 8.97 4.93 4.75 -
YUV 55.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 121 21 60 0 0.83 0.50 0.53 336.6 0.7 0.28
Hex 79 15 3C 0 53 32 35 151 46 1C
Octal 171 25 74 0 123 62 65 521 106 34
Binary 1111001 10101 111100 0 1010011 110010 110101 101010001 1000110 11100

Color Harmonies of #79153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79153C

Black with #79153C

Text Example


Text Example

White with #79153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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