#73264D

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

Shades of Flirt #73264D

Tints of Flirt #73264D

Color information

#73264D (or 0x73264D) is unknown color: approx Flirt. HEX triplet: 73, 26 and 4D. RGB value is (115,38,77). Sum of RGB (Red+Green+Blue) = 115+38+77=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73264D is #8CD9B2. Grayscale: #414141. Windows color (decimal): -9230771 or 5056115. OLE color: 5056115.

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

Color convert

RGB1153877-
CMYK00.670.330.55
HSL329.61º50.33%30%-
HSV(B)329.61º66.96%45.1%-
XYZ9.15.577.62-
YUV65.47134.51163.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=50%
G=16.52%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115387700.670.330.55329.6150.3330
Hex73264D043213714a321e
Octal16346115010341675126236
Binary111001110011010011010100001110000111011110100101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,38,77); }

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

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

 a { background-color: rgb(115,38,77); }

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

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

 span { border-color: rgb(115,38,77); }

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