#73252E

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

Shades of Tamarillo #73252E

Tints of Tamarillo #73252E

Color information

#73252E (or 0x73252E) is unknown color: approx Tamarillo. HEX triplet: 73, 25 and 2E. RGB value is (115,37,46). Sum of RGB (Red+Green+Blue) = 115+37+46=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73252E is #8CDAD1. Grayscale: #3D3D3D. Windows color (decimal): -9231058 or 3024243. OLE color: 3024243.

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

Color convert

RGB1153746-
CMYK00.680.60.55
HSL353.08º51.32%29.8%-
HSV(B)353.08º67.83%45.1%-
XYZ8.225.173.15-
YUV61.35119.34166.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=58.08%
G=18.69%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115374600.680.60.55353.0851.3229.8
Hex73252E0443C37161331e
Octal1634556010474675416336
Binary11100111001011011100100010011110011011110110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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