#79262A

Color #79262A Tamarillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tamarillo #79262A

Tints of Tamarillo #79262A

Color information

#79262A (or 0x79262A) is unknown color: approx Tamarillo. HEX triplet: 79, 26 and 2A. RGB value is (121,38,42). Sum of RGB (Red+Green+Blue) = 121+38+42=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79262A is #86D9D5. Grayscale: #3F3F3F. Windows color (decimal): -8837590 or 2762361. OLE color: 2762361.

HSL color Cylindrical-coordinate representation of color #79262A: hue angle of 357.11º degrees, saturation: 0.52, 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 #79262A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1213842-
CMYK00.690.650.53
HSL357.11º52.2%31.18%-
HSV(B)357.11º68.6%47.45%-
XYZ95.622.8-
YUV63.27116169.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=60.20%
G=18.91%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121384200.690.650.53357.1152.231.18
Hex79262A0454135165341f
Octal17146520105101655456437
Binary111100110011010101001000101100000111010110110010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79262A;
 }
 .AnyTagClassName
 {
   color: #79262A;
 }
</style>
background-color css

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

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

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

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

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

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