#73253D

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

Shades of Siren #73253D

Tints of Siren #73253D

Color information

#73253D (or 0x73253D) is unknown color: approx Siren. HEX triplet: 73, 25 and 3D. RGB value is (115,37,61). Sum of RGB (Red+Green+Blue) = 115+37+61=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73253D is #8CDAC2. Grayscale: #3F3F3F. Windows color (decimal): -9231043 or 4007283. OLE color: 4007283.

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

Color convert

RGB1153761-
CMYK00.680.470.55
HSL341.54º51.32%29.8%-
HSV(B)341.54º67.83%45.1%-
XYZ8.575.34.99-
YUV63.06126.84165.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=53.99%
G=17.37%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115376100.680.470.55341.5451.3229.8
Hex73253D0442F37156331e
Octal1634575010457675266336
Binary11100111001011111010100010010111111011110101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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