#702B2D

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

Shades of Tamarillo #702B2D

Tints of Tamarillo #702B2D

Color information

#702B2D (or 0x702B2D) is unknown color: approx Tamarillo. HEX triplet: 70, 2B and 2D. RGB value is (112,43,45). Sum of RGB (Red+Green+Blue) = 112+43+45=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B2D is #8FD4D2. Grayscale: #3F3F3F. Windows color (decimal): -9426131 or 2960240. OLE color: 2960240.

HSL color Cylindrical-coordinate representation of color #702B2D: hue angle of 358.26º 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 #702B2D is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1124345-
CMYK00.620.600.56
HSL358.26º44.52%30.39%-
HSV(B)358.26º61.61%43.92%-
XYZ8.025.363.09-
YUV63.86117.36162.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=56%
G=21.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112434500.620.600.56358.2644.5230.39
Hex702B2D03E3C381662d1e
Octal160535507674705465536
Binary1110000101011101101011111011110011100010110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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