#73282C

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

Shades of Tamarillo #73282C

Tints of Tamarillo #73282C

Color information

#73282C (or 0x73282C) is unknown color: approx Tamarillo. HEX triplet: 73, 28 and 2C. RGB value is (115,40,44). Sum of RGB (Red+Green+Blue) = 115+40+44=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282C is #8CD7D3. Grayscale: #3E3E3E. Windows color (decimal): -9230292 or 2893939. OLE color: 2893939.

HSL color Cylindrical-coordinate representation of color #73282C: hue angle of 356.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73282C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1154044-
CMYK00.650.620.55
HSL356.8º48.39%30.39%-
HSV(B)356.8º65.22%45.1%-
XYZ8.285.342.98-
YUV62.88117.35165.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=57.79%
G=20.10%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115404400.650.620.55356.848.3930.39
Hex73282C0413E37165301e
Octal1635054010176675456036
Binary11100111010001011000100000111111011011110110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73282C; }

 p { color: rgb(115,40,44); }

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

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

 a { background-color: rgb(115,40,44); }

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

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

 span { border-color: rgb(115,40,44); }

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