#7B284B

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

Shades of Flirt #7B284B

Tints of Flirt #7B284B

Color information

#7B284B (or 0x7B284B) is unknown color: approx Flirt. HEX triplet: 7B, 28 and 4B. RGB value is (123,40,75). Sum of RGB (Red+Green+Blue) = 123+40+75=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B284B is #84D7B4. Grayscale: #444444. Windows color (decimal): -8705973 or 4925563. OLE color: 4925563.

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

Color convert

RGB1234075-
CMYK00.670.390.52
HSL334.7º50.92%31.96%-
HSV(B)334.7º67.48%48.24%-
XYZ10.26.247.32-
YUV68.81131.5166.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.68%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=51.68%
G=16.81%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123407500.670.390.52334.750.9231.96
Hex7B284B043273414f3320
Octal17350113010347645176340
Binary1111011101000100101101000011100111110100101001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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