#73282A

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

Shades of Tamarillo #73282A

Tints of Tamarillo #73282A

Color information

#73282A (or 0x73282A) is unknown color: approx Tamarillo. HEX triplet: 73, 28 and 2A. RGB value is (115,40,42). Sum of RGB (Red+Green+Blue) = 115+40+42=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282A is #8CD7D5. Grayscale: #3E3E3E. Windows color (decimal): -9230294 or 2762867. OLE color: 2762867.

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

Color convert

RGB1154042-
CMYK00.650.630.55
HSL358.4º48.39%30.39%-
HSV(B)358.4º65.22%45.1%-
XYZ8.255.332.78-
YUV62.65116.35165.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=58.38%
G=20.30%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115404200.650.630.55358.448.3930.39
Hex73282A0413F37166301e
Octal1635052010177675466036
Binary11100111010001010100100000111111111011110110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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