#702A30

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

Shades of Tamarillo #702A30

Tints of Tamarillo #702A30

Color information

#702A30 (or 0x702A30) is unknown color: approx Tamarillo. HEX triplet: 70, 2A and 30. RGB value is (112,42,48). Sum of RGB (Red+Green+Blue) = 112+42+48=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A30 is #8FD5CF. Grayscale: #3F3F3F. Windows color (decimal): -9426384 or 3156592. OLE color: 3156592.

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

Color convert

RGB1124248-
CMYK00.620.570.56
HSL354.86º45.45%30.2%-
HSV(B)354.86º62.5%43.92%-
XYZ8.045.313.4-
YUV63.61119.19162.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=55.45%
G=20.79%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112424800.620.570.56354.8645.4530.2
Hex702A3003E39381632d1e
Octal160526007671705435536
Binary1110000101010110000011111011100111100010110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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