#7B2842

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

Shades of Flirt #7B2842

Tints of Flirt #7B2842

Color information

#7B2842 (or 0x7B2842) is unknown color: approx Flirt. HEX triplet: 7B, 28 and 42. RGB value is (123,40,66). Sum of RGB (Red+Green+Blue) = 123+40+66=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2842 is #84D7BD. Grayscale: #434343. Windows color (decimal): -8705982 or 4335739. OLE color: 4335739.

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

Color convert

RGB1234066-
CMYK00.670.460.52
HSL341.2º50.92%31.96%-
HSV(B)341.2º67.48%48.24%-
XYZ9.916.125.81-
YUV67.78127167.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.71%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=53.71%
G=17.47%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123406600.670.460.52341.250.9231.96
Hex7B28420432E341553320
Octal17350102010356645256340
Binary1111011101000100001001000011101110110100101010101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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