#733348

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

Shades of Flirt #733348

Tints of Flirt #733348

Color information

#733348 (or 0x733348) is unknown color: approx Flirt. HEX triplet: 73, 33 and 48. RGB value is (115,51,72). Sum of RGB (Red+Green+Blue) = 115+51+72=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #733348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733348 is #8CCCB7. Grayscale: #484848. Windows color (decimal): -9227448 or 4731763. OLE color: 4731763.

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

Color convert

RGB1155172-
CMYK00.560.370.55
HSL340.31º38.55%32.55%-
HSV(B)340.31º55.65%45.1%-
XYZ9.426.486.89-
YUV72.53127.7158.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=48.32%
G=21.43%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115517200.560.370.55340.3138.5532.55
Hex73334803825371542721
Octal1636311007045675244741
Binary111001111001110010000111000100101110111101010100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733348; }

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

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

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

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

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

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

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

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