#73315B

Color #73315B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #73315B

Tints of Flirt #73315B

Color information

#73315B (or 0x73315B) is unknown color: approx Flirt. HEX triplet: 73, 31 and 5B. RGB value is (115,49,91). Sum of RGB (Red+Green+Blue) = 115+49+91=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73315B is #8CCEA4. Grayscale: #494949. Windows color (decimal): -9227941 or 5976435. OLE color: 5976435.

HSL color Cylindrical-coordinate representation of color #73315B: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73315B is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1154991-
CMYK00.570.210.55
HSL321.82º40.24%32.16%-
HSV(B)321.82º57.39%45.1%-
XYZ10.066.610.64-
YUV73.52137.87157.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=45.10%
G=19.22%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115499100.570.210.55321.8240.2432.16
Hex73315B03915371422820
Octal1636113307125675025040
Binary11100111100011011011011100110101110111101000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73315B; }

 p { color: rgb(115,49,91); }

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

<style>
 a { background-color: #73315B; }

 a { background-color: rgb(115,49,91); }

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

<style>
 span { border-color: #73315B; }

 span { border-color: rgb(115,49,91); }

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