#703032

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

Shades of Tamarillo #703032

Tints of Tamarillo #703032

Color information

#703032 (or 0x703032) is unknown color: approx Tamarillo. HEX triplet: 70, 30 and 32. RGB value is (112,48,50). Sum of RGB (Red+Green+Blue) = 112+48+50=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703032 is #8FCFCD. Grayscale: #434343. Windows color (decimal): -9424846 or 3289200. OLE color: 3289200.

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

Color convert

RGB1124850-
CMYK00.570.550.56
HSL358.12º40%31.37%-
HSV(B)358.12º57.14%43.92%-
XYZ8.315.793.7-
YUV67.36118.2159.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=53.33%
G=22.86%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112485000.570.550.56358.124031.37
Hex7030320393738166281f
Octal160606207167705465037
Binary1110000110000110010011100111011111100010110011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703032; }

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

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

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

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

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

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

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

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