#733550

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

Shades of Flirt #733550

Tints of Flirt #733550

Color information

#733550 (or 0x733550) is unknown color: approx Flirt. HEX triplet: 73, 35 and 50. RGB value is (115,53,80). Sum of RGB (Red+Green+Blue) = 115+53+80=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733550 is #8CCAAF. Grayscale: #4A4A4A. Windows color (decimal): -9226928 or 5256563. OLE color: 5256563.

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

Color convert

RGB1155380-
CMYK00.540.300.55
HSL333.87º36.9%32.94%-
HSV(B)333.87º53.91%45.1%-
XYZ9.796.778.38-
YUV74.62131.04156.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=46.37%
G=21.37%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115538000.540.300.55333.8736.932.94
Hex7335500361E3714e2521
Octal1636512006636675164541
Binary11100111101011010000011011011110110111101001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733550; }

 p { color: rgb(115,53,80); }

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

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

 a { background-color: rgb(115,53,80); }

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

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

 span { border-color: rgb(115,53,80); }

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