#733048

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

Shades of Flirt #733048

Tints of Flirt #733048

Color information

#733048 (or 0x733048) is unknown color: approx Flirt. HEX triplet: 73, 30 and 48. RGB value is (115,48,72). Sum of RGB (Red+Green+Blue) = 115+48+72=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733048 is #8CCFB7. Grayscale: #464646. Windows color (decimal): -9228216 or 4730995. OLE color: 4730995.

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

Color convert

RGB1154872-
CMYK00.580.370.55
HSL338.51º41.1%31.96%-
HSV(B)338.51º58.26%45.1%-
XYZ9.36.236.84-
YUV70.77128.7159.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=48.94%
G=20.43%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115487200.580.370.55338.5141.131.96
Hex73304803A25371532920
Octal1636011007245675235140
Binary111001111000010010000111010100101110111101010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733048; }

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

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

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

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

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

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

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

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