#7A2840

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

Shades of Flirt #7A2840

Tints of Flirt #7A2840

Color information

#7A2840 (or 0x7A2840) is unknown color: approx Flirt. HEX triplet: 7A, 28 and 40. RGB value is (122,40,64). Sum of RGB (Red+Green+Blue) = 122+40+64=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2840 is #85D7BF. Grayscale: #434343. Windows color (decimal): -8771520 or 4204666. OLE color: 4204666.

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

Color convert

RGB1224064-
CMYK00.670.480.52
HSL342.44º50.62%31.76%-
HSV(B)342.44º67.21%47.84%-
XYZ9.716.035.5-
YUV67.25126.17167.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.98%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=53.98%
G=17.70%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122406400.670.480.52342.4450.6231.76
Hex7A284004330341563320
Octal17250100010360645266340
Binary1111010101000100000001000011110000110100101010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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