#702A2B

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

Shades of Tamarillo #702A2B

Tints of Tamarillo #702A2B

Color information

#702A2B (or 0x702A2B) is unknown color: approx Tamarillo. HEX triplet: 70, 2A and 2B. RGB value is (112,42,43). Sum of RGB (Red+Green+Blue) = 112+42+43=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A2B is #8FD5D4. Grayscale: #3F3F3F. Windows color (decimal): -9426389 or 2828912. OLE color: 2828912.

HSL color Cylindrical-coordinate representation of color #702A2B: hue angle of 359.14º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A2B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1124243-
CMYK00.620.620.56
HSL359.14º45.45%30.2%-
HSV(B)359.14º62.5%43.92%-
XYZ7.955.282.88-
YUV63.04116.69162.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=56.85%
G=21.32%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112424300.620.620.56359.1445.4530.2
Hex702A2B03E3E381672d1e
Octal160525307676705475536
Binary1110000101010101011011111011111011100010110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702A2B; }

 p { color: rgb(112,42,43); }

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

<style>
 a { background-color: #702A2B; }

 a { background-color: rgb(112,42,43); }

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

<style>
 span { border-color: #702A2B; }

 span { border-color: rgb(112,42,43); }

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