#7B3049

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

Shades of Flirt #7B3049

Tints of Flirt #7B3049

Color information

#7B3049 (or 0x7B3049) is unknown color: approx Flirt. HEX triplet: 7B, 30 and 49. RGB value is (123,48,73). Sum of RGB (Red+Green+Blue) = 123+48+73=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3049 is #84CFB6. Grayscale: #494949. Windows color (decimal): -8703927 or 4796539. OLE color: 4796539.

HSL color Cylindrical-coordinate representation of color #7B3049: hue angle of 340º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3049 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1234873-
CMYK00.610.410.52
HSL340º43.86%33.53%-
HSV(B)340º60.98%48.24%-
XYZ10.436.817.07-
YUV73.28127.85163.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=50.41%
G=19.67%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123487300.610.410.5234043.8633.53
Hex7B304903D29341542c22
Octal1736011107551645245442
Binary111101111000010010010111101101001110100101010100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B3049; }

 p { color: rgb(123,48,73); }

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

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

 a { background-color: rgb(123,48,73); }

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

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

 span { border-color: rgb(123,48,73); }

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