#812050

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

Shades of Flirt #812050

Tints of Flirt #812050

Color information

#812050 (or 0x812050) is unknown color: approx Flirt. HEX triplet: 81, 20 and 50. RGB value is (129,32,80). Sum of RGB (Red+Green+Blue) = 129+32+80=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #812050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812050 is #7EDFAF. Grayscale: #424242. Windows color (decimal): -8314800 or 5251201. OLE color: 5251201.

HSL color Cylindrical-coordinate representation of color #812050: hue angle of 330.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812050 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1293280-
CMYK00.750.380.49
HSL330.31º60.25%31.57%-
HSV(B)330.31º75.19%50.59%-
XYZ11.026.288.22-
YUV66.47135.64172.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=53.53%
G=13.28%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129328000.750.380.49330.3160.2531.57
Hex81205004B263114a3c20
Octal20140120011346615127440
Binary10000001100000101000001001011100110110001101001010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812050; }

 p { color: rgb(129,32,80); }

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

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

 a { background-color: rgb(129,32,80); }

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

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

 span { border-color: rgb(129,32,80); }

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