#702C34

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

Shades of Tamarillo #702C34

Tints of Tamarillo #702C34

Color information

#702C34 (or 0x702C34) is unknown color: approx Tamarillo. HEX triplet: 70, 2C and 34. RGB value is (112,44,52). Sum of RGB (Red+Green+Blue) = 112+44+52=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C34 is #8FD3CB. Grayscale: #414141. Windows color (decimal): -9425868 or 3419248. OLE color: 3419248.

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

Color convert

RGB1124452-
CMYK00.610.540.56
HSL352.94º43.59%30.59%-
HSV(B)352.94º60.71%43.92%-
XYZ8.25.493.88-
YUV65.24120.53161.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 52 (20.70% from 255) = 25%
R=53.85%
G=21.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112445200.610.540.56352.9443.5930.59
Hex702C3403D36381612c1f
Octal160546407566705415437
Binary1110000101100110100011110111011011100010110000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,52); }

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

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

 a { background-color: rgb(112,44,52); }

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

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

 span { border-color: rgb(112,44,52); }

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