#73282E

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

Shades of Tamarillo #73282E

Tints of Tamarillo #73282E

Color information

#73282E (or 0x73282E) is unknown color: approx Tamarillo. HEX triplet: 73, 28 and 2E. RGB value is (115,40,46). Sum of RGB (Red+Green+Blue) = 115+40+46=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282E is #8CD7D1. Grayscale: #3F3F3F. Windows color (decimal): -9230290 or 3025011. OLE color: 3025011.

HSL color Cylindrical-coordinate representation of color #73282E: hue angle of 355.2º 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 #73282E is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1154046-
CMYK00.650.60.55
HSL355.2º48.39%30.39%-
HSV(B)355.2º65.22%45.1%-
XYZ8.325.363.18-
YUV63.11118.35165.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=57.21%
G=19.90%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115404600.650.60.55355.248.3930.39
Hex73282E0413C37163301e
Octal1635056010174675436036
Binary11100111010001011100100000111110011011110110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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