#73294B

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

Shades of Flirt #73294B

Tints of Flirt #73294B

Color information

#73294B (or 0x73294B) is unknown color: approx Flirt. HEX triplet: 73, 29 and 4B. RGB value is (115,41,75). Sum of RGB (Red+Green+Blue) = 115+41+75=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73294B is #8CD6B4. Grayscale: #424242. Windows color (decimal): -9230005 or 4925811. OLE color: 4925811.

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

Color convert

RGB1154175-
CMYK00.640.350.55
HSL332.43º47.44%30.59%-
HSV(B)332.43º64.35%45.1%-
XYZ9.135.747.28-
YUV67132.52162.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=49.78%
G=17.75%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115417500.640.350.55332.4347.4430.59
Hex73294B040233714c2f1f
Octal16351113010043675145737
Binary111001110100110010110100000010001111011110100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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