#73253F

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

Shades of Siren #73253F

Tints of Siren #73253F

Color information

#73253F (or 0x73253F) is unknown color: approx Siren. HEX triplet: 73, 25 and 3F. RGB value is (115,37,63). Sum of RGB (Red+Green+Blue) = 115+37+63=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73253F is #8CDAC0. Grayscale: #3F3F3F. Windows color (decimal): -9231041 or 4138355. OLE color: 4138355.

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

Color convert

RGB1153763-
CMYK00.680.450.55
HSL340º51.32%29.8%-
HSV(B)340º67.83%45.1%-
XYZ8.635.335.28-
YUV63.29127.84164.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 63 (25% from 255) = 29.30%
R=53.49%
G=17.21%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115376300.680.450.5534051.3229.8
Hex73253F0442D37154331e
Octal1634577010455675246336
Binary11100111001011111110100010010110111011110101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73253F; }

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

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

<style>
 a { background-color: #73253F; }

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

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

<style>
 span { border-color: #73253F; }

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

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