#7B285B

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

Shades of Flirt #7B285B

Tints of Flirt #7B285B

Color information

#7B285B (or 0x7B285B) is unknown color: approx Flirt. HEX triplet: 7B, 28 and 5B. RGB value is (123,40,91). Sum of RGB (Red+Green+Blue) = 123+40+91=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B285B is #84D7A4. Grayscale: #464646. Windows color (decimal): -8705957 or 5974139. OLE color: 5974139.

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

Color convert

RGB1234091-
CMYK00.670.260.52
HSL323.13º50.92%31.96%-
HSV(B)323.13º67.48%48.24%-
XYZ10.826.4810.58-
YUV70.63139.5165.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.43%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=48.43%
G=15.75%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123409100.670.260.52323.1350.9231.96
Hex7B285B0431A341433320
Octal17350133010332645036340
Binary111101110100010110110100001111010110100101000011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,40,91); }

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

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

 a { background-color: rgb(123,40,91); }

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

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

 span { border-color: rgb(123,40,91); }

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