#73252D

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

Shades of Tamarillo #73252D

Tints of Tamarillo #73252D

Color information

#73252D (or 0x73252D) is unknown color: approx Tamarillo. HEX triplet: 73, 25 and 2D. RGB value is (115,37,45). Sum of RGB (Red+Green+Blue) = 115+37+45=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73252D is #8CDAD2. Grayscale: #3D3D3D. Windows color (decimal): -9231059 or 2958707. OLE color: 2958707.

HSL color Cylindrical-coordinate representation of color #73252D: hue angle of 353.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73252D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1153745-
CMYK00.680.610.55
HSL353.85º51.32%29.8%-
HSV(B)353.85º67.83%45.1%-
XYZ8.215.163.05-
YUV61.23118.84166.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=58.38%
G=18.78%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115374500.680.610.55353.8551.3229.8
Hex73252D0443D37162331e
Octal1634555010475675426336
Binary11100111001011011010100010011110111011110110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73252D; }

 p { color: rgb(115,37,45); }

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

<style>
 a { background-color: #73252D; }

 a { background-color: rgb(115,37,45); }

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

<style>
 span { border-color: #73252D; }

 span { border-color: rgb(115,37,45); }

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