#733252

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

Shades of Flirt #733252

Tints of Flirt #733252

Color information

#733252 (or 0x733252) is unknown color: approx Flirt. HEX triplet: 73, 32 and 52. RGB value is (115,50,82). Sum of RGB (Red+Green+Blue) = 115+50+82=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #733252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733252 is #8CCDAD. Grayscale: #494949. Windows color (decimal): -9227694 or 5386867. OLE color: 5386867.

HSL color Cylindrical-coordinate representation of color #733252: hue angle of 330.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733252 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1155082-
CMYK00.570.290.55
HSL330.46º39.39%32.35%-
HSV(B)330.46º56.52%45.1%-
XYZ9.736.548.73-
YUV73.08133.03157.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=46.56%
G=20.24%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115508200.570.290.55330.4639.3932.35
Hex7332520391D3714a2720
Octal1636212207135675124740
Binary11100111100101010010011100111101110111101001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733252; }

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

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

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

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

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

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

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

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