#73334C

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

Shades of Flirt #73334C

Tints of Flirt #73334C

Color information

#73334C (or 0x73334C) is unknown color: approx Flirt. HEX triplet: 73, 33 and 4C. RGB value is (115,51,76). Sum of RGB (Red+Green+Blue) = 115+51+76=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73334C is #8CCCB3. Grayscale: #484848. Windows color (decimal): -9227444 or 4993907. OLE color: 4993907.

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

Color convert

RGB1155176-
CMYK00.560.340.55
HSL336.56º38.55%32.55%-
HSV(B)336.56º55.65%45.1%-
XYZ9.566.537.59-
YUV72.99129.7157.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=47.52%
G=21.07%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115517600.560.340.55336.5638.5532.55
Hex73334C03822371512721
Octal1636311407042675214741
Binary111001111001110011000111000100010110111101010001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73334C; }

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

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

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

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

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

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

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

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