Html Css Color HEX #79292A Tamarillo

📋 copy color: '#79292A'

red 121 ◦ green 41 ◦ blue 42

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

Shades of Tamarillo #79292A

Tints of Tamarillo #79292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 59.31%
G = 20.1%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#79292A (or 0x79292A) is known color: Tamarillo. HEX triplet: 79, 29 and 2A. RGB value is (121,41,42). Sum of RGB (Red+Green+Blue) = 121+41+42=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79292A is #86D6D5. Grayscale: #414141. Windows color (decimal): -8836822 or 2763129. OLE color: 2763129.

HSL color Cylindrical-coordinate representation of color #79292A: hue angle of 359.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79292A is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 42 -
CMYK 0 0.66 0.65 0.53
HSL 359.25º 0.49% 0.32% -
HSV(B) 359.25º 0.66% 0.47% -
XYZ 9.1 5.82 2.83 -
YUV 65.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 121 41 42 0 0.66 0.65 0.53 359.25 0.49 0.32
Hex 79 29 2A 0 42 41 35 167 31 20
Octal 171 51 52 0 102 101 65 547 61 40
Binary 1111001 101001 101010 0 1000010 1000001 110101 101100111 110001 100000

Color Harmonies of #79292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79292A

Black with #79292A

Text Example


Text Example

White with #79292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79292A; }

 p { color: rgb(121,41,42); }

 H1.HeaderClassName
 {
   color: #79292A;
 }
 .AnyTagClassName
 {
   color: #79292A;
 }
</style>

background-color css

<style>
 a { background-color: #79292A; }

 a { background-color: rgb(121,41,42); }

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

border-color css

<style>
 span { border-color: #79292A; }

 span { border-color: rgb(121,41,42); }

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