#73384B

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

Shades of Flirt #73384B

Tints of Flirt #73384B

Color information

#73384B (or 0x73384B) is unknown color: approx Flirt. HEX triplet: 73, 38 and 4B. RGB value is (115,56,75). Sum of RGB (Red+Green+Blue) = 115+56+75=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73384B is #8CC7B4. Grayscale: #4B4B4B. Windows color (decimal): -9226165 or 4929651. OLE color: 4929651.

HSL color Cylindrical-coordinate representation of color #73384B: hue angle of 340.68º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73384B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1155675-
CMYK00.510.350.55
HSL340.68º34.5%33.53%-
HSV(B)340.68º51.3%45.1%-
XYZ9.756.987.49-
YUV75.81127.55155.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=46.75%
G=22.76%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115567500.510.350.55340.6834.533.53
Hex73384B03323371552322
Octal1637011306343675254342
Binary111001111100010010110110011100011110111101010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73384B; }

 p { color: rgb(115,56,75); }

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

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

 a { background-color: rgb(115,56,75); }

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

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

 span { border-color: rgb(115,56,75); }

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