#702C30

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

Shades of Tamarillo #702C30

Tints of Tamarillo #702C30

Color information

#702C30 (or 0x702C30) is unknown color: approx Tamarillo. HEX triplet: 70, 2C and 30. RGB value is (112,44,48). Sum of RGB (Red+Green+Blue) = 112+44+48=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C30 is #8FD3CF. Grayscale: #404040. Windows color (decimal): -9425872 or 3157104. OLE color: 3157104.

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

Color convert

RGB1124448-
CMYK00.610.570.56
HSL356.47º43.59%30.59%-
HSV(B)356.47º60.71%43.92%-
XYZ8.125.463.42-
YUV64.79118.53161.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=54.90%
G=21.57%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112444800.610.570.56356.4743.5930.59
Hex702C3003D39381642c1f
Octal160546007571705445437
Binary1110000101100110000011110111100111100010110010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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