#732D30

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

Shades of Tamarillo #732D30

Tints of Tamarillo #732D30

Color information

#732D30 (or 0x732D30) is unknown color: approx Tamarillo. HEX triplet: 73, 2D and 30. RGB value is (115,45,48). Sum of RGB (Red+Green+Blue) = 115+45+48=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #732D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D30 is #8CD2CF. Grayscale: #424242. Windows color (decimal): -9229008 or 3157363. OLE color: 3157363.

HSL color Cylindrical-coordinate representation of color #732D30: hue angle of 357.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D30 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1154548-
CMYK00.610.580.55
HSL357.43º43.75%31.37%-
HSV(B)357.43º60.87%45.1%-
XYZ8.545.743.45-
YUV66.27117.69162.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=55.29%
G=21.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115454800.610.580.55357.4343.7531.37
Hex732D3003D3A371652c1f
Octal163556007572675455437
Binary1110011101101110000011110111101011011110110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D30; }

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

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

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

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

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

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

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

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