#733352

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

Shades of Flirt #733352

Tints of Flirt #733352

Color information

#733352 (or 0x733352) is unknown color: approx Flirt. HEX triplet: 73, 33 and 52. RGB value is (115,51,82). Sum of RGB (Red+Green+Blue) = 115+51+82=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733352 is #8CCCAD. Grayscale: #494949. Windows color (decimal): -9227438 or 5387123. OLE color: 5387123.

HSL color Cylindrical-coordinate representation of color #733352: hue angle of 330.94º 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 #733352 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1155182-
CMYK00.560.290.55
HSL330.94º38.55%32.55%-
HSV(B)330.94º55.65%45.1%-
XYZ9.786.628.75-
YUV73.67132.7157.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=46.37%
G=20.56%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115518200.560.290.55330.9438.5532.55
Hex7333520381D3714b2721
Octal1636312207035675134741
Binary11100111100111010010011100011101110111101001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733352; }

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

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

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

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

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

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

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

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