#73273D

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

Shades of Siren #73273D

Tints of Siren #73273D

Color information

#73273D (or 0x73273D) is unknown color: approx Siren. HEX triplet: 73, 27 and 3D. RGB value is (115,39,61). Sum of RGB (Red+Green+Blue) = 115+39+61=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73273D is #8CD8C2. Grayscale: #404040. Windows color (decimal): -9230531 or 4007795. OLE color: 4007795.

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

Color convert

RGB1153961-
CMYK00.660.470.55
HSL342.63º49.35%30.2%-
HSV(B)342.63º66.09%45.1%-
XYZ8.645.435.01-
YUV64.23126.18164.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=53.49%
G=18.14%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115396100.660.470.55342.6349.3530.2
Hex73273D0422F37157311e
Octal1634775010257675276136
Binary11100111001111111010100001010111111011110101011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,39,61); }

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

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

 a { background-color: rgb(115,39,61); }

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

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

 span { border-color: rgb(115,39,61); }

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