#73335A

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

Shades of Flirt #73335A

Tints of Flirt #73335A

Color information

#73335A (or 0x73335A) is unknown color: approx Flirt. HEX triplet: 73, 33 and 5A. RGB value is (115,51,90). Sum of RGB (Red+Green+Blue) = 115+51+90=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73335A is #8CCCA5. Grayscale: #4A4A4A. Windows color (decimal): -9227430 or 5911411. OLE color: 5911411.

HSL color Cylindrical-coordinate representation of color #73335A: hue angle of 323.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73335A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1155190-
CMYK00.560.220.55
HSL323.44º38.55%32.55%-
HSV(B)323.44º55.65%45.1%-
XYZ10.16.7510.44-
YUV74.58136.7156.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=44.92%
G=19.92%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115519000.560.220.55323.4438.5532.55
Hex73335A03816371432721
Octal1636313207026675034741
Binary11100111100111011010011100010110110111101000011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73335A; }

 p { color: rgb(115,51,90); }

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

<style>
 a { background-color: #73335A; }

 a { background-color: rgb(115,51,90); }

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

<style>
 span { border-color: #73335A; }

 span { border-color: rgb(115,51,90); }

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