#702F30

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

Shades of Tamarillo #702F30

Tints of Tamarillo #702F30

Color information

#702F30 (or 0x702F30) is unknown color: approx Tamarillo. HEX triplet: 70, 2F and 30. RGB value is (112,47,48). Sum of RGB (Red+Green+Blue) = 112+47+48=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F30 is #8FD0CF. Grayscale: #424242. Windows color (decimal): -9425104 or 3157872. OLE color: 3157872.

HSL color Cylindrical-coordinate representation of color #702F30: hue angle of 359.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F30 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1124748-
CMYK00.580.570.56
HSL359.08º40.88%31.18%-
HSV(B)359.08º58.04%43.92%-
XYZ8.235.693.46-
YUV66.55117.53160.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=54.11%
G=22.71%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112474800.580.570.56359.0840.8831.18
Hex702F3003A3938167291f
Octal160576007271705475137
Binary1110000101111110000011101011100111100010110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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