#7B2946

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

Shades of Flirt #7B2946

Tints of Flirt #7B2946

Color information

#7B2946 (or 0x7B2946) is unknown color: approx Flirt. HEX triplet: 7B, 29 and 46. RGB value is (123,41,70). Sum of RGB (Red+Green+Blue) = 123+41+70=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2946 is #84D6B9. Grayscale: #444444. Windows color (decimal): -8705722 or 4598139. OLE color: 4598139.

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

Color convert

RGB1234170-
CMYK00.670.430.52
HSL338.78º50%32.16%-
HSV(B)338.78º66.67%48.24%-
XYZ10.076.246.47-
YUV68.82128.67166.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=52.56%
G=17.52%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123417000.670.430.52338.785032.16
Hex7B29460432B341533220
Octal17351106010353645236240
Binary1111011101001100011001000011101011110100101010011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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