#7B224D

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

Shades of Flirt #7B224D

Tints of Flirt #7B224D

Color information

#7B224D (or 0x7B224D) is unknown color: approx Flirt. HEX triplet: 7B, 22 and 4D. RGB value is (123,34,77). Sum of RGB (Red+Green+Blue) = 123+34+77=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B224D is #84DDB2. Grayscale: #414141. Windows color (decimal): -8707507 or 5055099. OLE color: 5055099.

HSL color Cylindrical-coordinate representation of color #7B224D: hue angle of 331.01º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B224D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1233477-
CMYK00.720.370.52
HSL331.01º56.69%30.78%-
HSV(B)331.01º72.36%48.24%-
XYZ10.085.897.63-
YUV65.51134.49169-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=52.56%
G=14.53%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123347700.720.370.52331.0156.6930.78
Hex7B224D048253414b391f
Octal17342115011045645137137
Binary111101110001010011010100100010010111010010100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,34,77); }

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

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

 a { background-color: rgb(123,34,77); }

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

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

 span { border-color: rgb(123,34,77); }

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