#73364D

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

Shades of Flirt #73364D

Tints of Flirt #73364D

Color information

#73364D (or 0x73364D) is unknown color: approx Flirt. HEX triplet: 73, 36 and 4D. RGB value is (115,54,77). Sum of RGB (Red+Green+Blue) = 115+54+77=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73364D is #8CC9B2. Grayscale: #4A4A4A. Windows color (decimal): -9226675 or 5060211. OLE color: 5060211.

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

Color convert

RGB1155477-
CMYK00.530.330.55
HSL337.38º36.09%33.14%-
HSV(B)337.38º53.04%45.1%-
XYZ9.736.827.82-
YUV74.86129.21156.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=46.75%
G=21.95%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115547700.530.330.55337.3836.0933.14
Hex73364D03521371512421
Octal1636611506541675214441
Binary111001111011010011010110101100001110111101010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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