#7A2E4B

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

Shades of Flirt #7A2E4B

Tints of Flirt #7A2E4B

Color information

#7A2E4B (or 0x7A2E4B) is unknown color: approx Flirt. HEX triplet: 7A, 2E and 4B. RGB value is (122,46,75). Sum of RGB (Red+Green+Blue) = 122+46+75=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E4B is #85D1B4. Grayscale: #474747. Windows color (decimal): -8769973 or 4927098. OLE color: 4927098.

HSL color Cylindrical-coordinate representation of color #7A2E4B: hue angle of 337.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E4B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1224675-
CMYK00.620.390.52
HSL337.11º45.24%32.94%-
HSV(B)337.11º62.3%47.84%-
XYZ10.276.67.39-
YUV72.03129.68163.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.21%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=50.21%
G=18.93%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122467500.620.390.52337.1145.2432.94
Hex7A2E4B03E27341512d21
Octal1725611307647645215541
Binary111101010111010010110111110100111110100101010001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,75); }

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

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

 a { background-color: rgb(122,46,75); }

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

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

 span { border-color: rgb(122,46,75); }

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