#73262B

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

Shades of Tamarillo #73262B

Tints of Tamarillo #73262B

Color information

#73262B (or 0x73262B) is unknown color: approx Tamarillo. HEX triplet: 73, 26 and 2B. RGB value is (115,38,43). Sum of RGB (Red+Green+Blue) = 115+38+43=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73262B is #8CD9D4. Grayscale: #3D3D3D. Windows color (decimal): -9230805 or 2827891. OLE color: 2827891.

HSL color Cylindrical-coordinate representation of color #73262B: hue angle of 356.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73262B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1153843-
CMYK00.670.630.55
HSL356.1º50.33%30%-
HSV(B)356.1º66.96%45.1%-
XYZ8.25.212.86-
YUV61.59117.51166.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.67%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=58.67%
G=19.39%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115384300.670.630.55356.150.3330
Hex73262B0433F37164321e
Octal1634653010377675446236
Binary11100111001101010110100001111111111011110110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73262B; }

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

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

<style>
 a { background-color: #73262B; }

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

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

<style>
 span { border-color: #73262B; }

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

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