#702829

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

Shades of Tamarillo #702829

Tints of Tamarillo #702829

Color information

#702829 (or 0x702829) is unknown color: approx Tamarillo. HEX triplet: 70, 28 and 29. RGB value is (112,40,41). Sum of RGB (Red+Green+Blue) = 112+40+41=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702829 is #8FD7D6. Grayscale: #3D3D3D. Windows color (decimal): -9426903 or 2697328. OLE color: 2697328.

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

Color convert

RGB1124041-
CMYK00.640.630.56
HSL359.17º47.37%29.8%-
HSV(B)359.17º64.29%43.92%-
XYZ7.845.122.67-
YUV61.64116.35163.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=58.03%
G=20.73%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112404100.640.630.56359.1747.3729.8
Hex7028290403F381672f1e
Octal1605051010077705475736
Binary11100001010001010010100000011111111100010110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702829; }

 p { color: rgb(112,40,41); }

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

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

 a { background-color: rgb(112,40,41); }

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

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

 span { border-color: rgb(112,40,41); }

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