#702A31

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

Shades of Tamarillo #702A31

Tints of Tamarillo #702A31

Color information

#702A31 (or 0x702A31) is unknown color: approx Tamarillo. HEX triplet: 70, 2A and 31. RGB value is (112,42,49). Sum of RGB (Red+Green+Blue) = 112+42+49=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A31 is #8FD5CE. Grayscale: #3F3F3F. Windows color (decimal): -9426383 or 3222128. OLE color: 3222128.

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

Color convert

RGB1124249-
CMYK00.620.560.56
HSL354º45.45%30.2%-
HSV(B)354º62.5%43.92%-
XYZ8.065.323.51-
YUV63.73119.69162.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=55.17%
G=20.69%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112424900.620.560.5635445.4530.2
Hex702A3103E38381622d1e
Octal160526107670705425536
Binary1110000101010110001011111011100011100010110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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