#7B2955

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

Shades of Flirt #7B2955

Tints of Flirt #7B2955

Color information

#7B2955 (or 0x7B2955) is unknown color: approx Flirt. HEX triplet: 7B, 29 and 55. RGB value is (123,41,85). Sum of RGB (Red+Green+Blue) = 123+41+85=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2955 is #84D6AA. Grayscale: #464646. Windows color (decimal): -8705707 or 5581179. OLE color: 5581179.

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

Color convert

RGB1234185-
CMYK00.670.310.52
HSL327.8º50%32.16%-
HSV(B)327.8º66.67%48.24%-
XYZ10.66.459.28-
YUV70.53136.17165.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.40%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=49.40%
G=16.47%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123418500.670.310.52327.85032.16
Hex7B29550431F341483220
Octal17351125010337645106240
Binary111101110100110101010100001111111110100101001000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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