#792C2D

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

Shades of Tamarillo #792C2D

Tints of Tamarillo #792C2D

Color information

#792C2D (or 0x792C2D) is unknown color: approx Tamarillo. HEX triplet: 79, 2C and 2D. RGB value is (121,44,45). Sum of RGB (Red+Green+Blue) = 121+44+45=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #792C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792C2D is #86D3D2. Grayscale: #434343. Windows color (decimal): -8836051 or 2960505. OLE color: 2960505.

HSL color Cylindrical-coordinate representation of color #792C2D: hue angle of 359.22º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792C2D is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1214445-
CMYK00.640.630.53
HSL359.22º46.67%32.35%-
HSV(B)359.22º63.64%47.45%-
XYZ9.266.063.16-
YUV67.14115.51166.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=57.62%
G=20.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121444500.640.630.53359.2246.6732.35
Hex792C2D0403F351672f20
Octal1715455010077655475740
Binary111100110110010110101000000111111110101101100111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792C2D; }

 p { color: rgb(121,44,45); }

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

<style>
 a { background-color: #792C2D; }

 a { background-color: rgb(121,44,45); }

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

<style>
 span { border-color: #792C2D; }

 span { border-color: rgb(121,44,45); }

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