#732B31

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

Shades of Tamarillo #732B31

Tints of Tamarillo #732B31

Color information

#732B31 (or 0x732B31) is unknown color: approx Tamarillo. HEX triplet: 73, 2B and 31. RGB value is (115,43,49). Sum of RGB (Red+Green+Blue) = 115+43+49=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #732B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B31 is #8CD4CE. Grayscale: #414141. Windows color (decimal): -9229519 or 3222387. OLE color: 3222387.

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

Color convert

RGB1154349-
CMYK00.630.570.55
HSL355º45.57%30.98%-
HSV(B)355º62.61%45.1%-
XYZ8.495.593.54-
YUV65.21118.85163.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 43 (17.19% from 255) = 20.77%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=55.56%
G=20.77%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115434900.630.570.5535545.5730.98
Hex732B3103F39371632e1f
Octal163536107771675435637
Binary1110011101011110001011111111100111011110110001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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