#7B2740

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

Shades of Flirt #7B2740

Tints of Flirt #7B2740

Color information

#7B2740 (or 0x7B2740) is unknown color: approx Flirt. HEX triplet: 7B, 27 and 40. RGB value is (123,39,64). Sum of RGB (Red+Green+Blue) = 123+39+64=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2740 is #84D8BF. Grayscale: #424242. Windows color (decimal): -8706240 or 4204411. OLE color: 4204411.

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

Color convert

RGB1233964-
CMYK00.680.480.52
HSL342.14º51.85%31.76%-
HSV(B)342.14º68.29%48.24%-
XYZ9.826.035.5-
YUV66.97126.33167.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.42%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=54.42%
G=17.26%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123396400.680.480.52342.1451.8531.76
Hex7B274004430341563420
Octal17347100010460645266440
Binary1111011100111100000001000100110000110100101010110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,64); }

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

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

 a { background-color: rgb(123,39,64); }

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

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

 span { border-color: rgb(123,39,64); }

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