Html Css Color HEX #79252A Tamarillo

📋 copy color: '#79252A'

red 121 ◦ green 37 ◦ blue 42

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

Shades of Tamarillo #79252A

Tints of Tamarillo #79252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 60.5%
G = 18.5%
B = 21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#79252A (or 0x79252A) is known color: Tamarillo. HEX triplet: 79, 25 and 2A. RGB value is (121,37,42). Sum of RGB (Red+Green+Blue) = 121+37+42=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79252A is #86DAD5. Grayscale: #3E3E3E. Windows color (decimal): -8837846 or 2762105. OLE color: 2762105.

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

Color convert

RGB 121 37 42 -
CMYK 0 0.69 0.65 0.53
HSL 356.43º 0.53% 0.31% -
HSV(B) 356.43º 0.69% 0.47% -
XYZ 8.96 5.56 2.79 -
YUV 62.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 121 37 42 0 0.69 0.65 0.53 356.43 0.53 0.31
Hex 79 25 2A 0 45 41 35 164 35 1F
Octal 171 45 52 0 105 101 65 544 65 37
Binary 1111001 100101 101010 0 1000101 1000001 110101 101100100 110101 11111

Color Harmonies of #79252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79252A

Black with #79252A

Text Example


Text Example

White with #79252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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