#7A2842

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

Shades of Flirt #7A2842

Tints of Flirt #7A2842

Color information

#7A2842 (or 0x7A2842) is unknown color: approx Flirt. HEX triplet: 7A, 28 and 42. RGB value is (122,40,66). Sum of RGB (Red+Green+Blue) = 122+40+66=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2842 is #85D7BD. Grayscale: #434343. Windows color (decimal): -8771518 or 4335738. OLE color: 4335738.

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

Color convert

RGB1224066-
CMYK00.670.460.52
HSL340.98º50.62%31.76%-
HSV(B)340.98º67.21%47.84%-
XYZ9.776.055.81-
YUV67.48127.17166.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.51%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=53.51%
G=17.54%
B=28.95%

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
Decimal122406600.670.460.52340.9850.6231.76
Hex7A28420432E341553320
Octal17250102010356645256340
Binary1111010101000100001001000011101110110100101010101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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