Html Css Color HEX #79133C Pompadour

📋 copy color: '#79133C'

red 121 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #79133C

Tints of Pompadour #79133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 60.5%
G = 9.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79133C (or 0x79133C) is known color: Pompadour. HEX triplet: 79, 13 and 3C. RGB value is (121,19,60). Sum of RGB (Red+Green+Blue) = 121+19+60=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79133C is #86ECC3. Grayscale: #363636. Windows color (decimal): -8842436 or 3937145. OLE color: 3937145.

HSL color Cylindrical-coordinate representation of color #79133C: hue angle of 335.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79133C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 19 60 -
CMYK 0 0.84 0.50 0.53
HSL 335.88º 0.73% 0.27% -
HSV(B) 335.88º 0.84% 0.47% -
XYZ 8.93 4.86 4.74 -
YUV 54.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 121 19 60 0 0.84 0.50 0.53 335.88 0.73 0.27
Hex 79 13 3C 0 54 32 35 150 49 1B
Octal 171 23 74 0 124 62 65 520 111 33
Binary 1111001 10011 111100 0 1010100 110010 110101 101010000 1001001 11011

Color Harmonies of #79133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79133C

Black with #79133C

Text Example


Text Example

White with #79133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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