#7B2646

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

Shades of Flirt #7B2646

Tints of Flirt #7B2646

Color information

#7B2646 (or 0x7B2646) is unknown color: approx Flirt. HEX triplet: 7B, 26 and 46. RGB value is (123,38,70). Sum of RGB (Red+Green+Blue) = 123+38+70=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2646 is #84D9B9. Grayscale: #434343. Windows color (decimal): -8706490 or 4597371. OLE color: 4597371.

HSL color Cylindrical-coordinate representation of color #7B2646: hue angle of 337.41º 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 #7B2646 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB1233870-
CMYK00.690.430.52
HSL337.41º52.8%31.57%-
HSV(B)337.41º69.11%48.24%-
XYZ9.976.046.43-
YUV67.06129.66167.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=53.25%
G=16.45%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123387000.690.430.52337.4152.831.57
Hex7B26460452B341513520
Octal17346106010553645216540
Binary1111011100110100011001000101101011110100101010001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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