#7B2650

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

Shades of Flirt #7B2650

Tints of Flirt #7B2650

Color information

#7B2650 (or 0x7B2650) is unknown color: approx Flirt. HEX triplet: 7B, 26 and 50. RGB value is (123,38,80). Sum of RGB (Red+Green+Blue) = 123+38+80=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2650 is #84D9AF. Grayscale: #444444. Windows color (decimal): -8706480 or 5252731. OLE color: 5252731.

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

Color convert

RGB1233880-
CMYK00.690.350.52
HSL330.35º52.8%31.57%-
HSV(B)330.35º69.11%48.24%-
XYZ10.316.188.24-
YUV68.2134.66167.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.04%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=51.04%
G=15.77%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123388000.690.350.52330.3552.831.57
Hex7B2650045233414a3520
Octal17346120010543645126540
Binary1111011100110101000001000101100011110100101001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,38,80); }

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

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

 a { background-color: rgb(123,38,80); }

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

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

 span { border-color: rgb(123,38,80); }

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