#733031

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

Shades of Tamarillo #733031

Tints of Tamarillo #733031

Color information

#733031 (or 0x733031) is unknown color: approx Tamarillo. HEX triplet: 73, 30 and 31. RGB value is (115,48,49). Sum of RGB (Red+Green+Blue) = 115+48+49=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #733031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733031 is #8CCFCE. Grayscale: #444444. Windows color (decimal): -9228239 or 3223667. OLE color: 3223667.

HSL color Cylindrical-coordinate representation of color #733031: hue angle of 359.1º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733031 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1154849-
CMYK00.580.570.55
HSL359.1º41.1%31.96%-
HSV(B)359.1º58.26%45.1%-
XYZ8.685.983.6-
YUV68.15117.2161.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=54.25%
G=22.64%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115484900.580.570.55359.141.131.96
Hex73303103A39371672920
Octal163606107271675475140
Binary11100111100001100010111010111001110111101100111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733031; }

 p { color: rgb(115,48,49); }

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

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

 a { background-color: rgb(115,48,49); }

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

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

 span { border-color: rgb(115,48,49); }

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