#812549

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

Shades of Flirt #812549

Tints of Flirt #812549

Color information

#812549 (or 0x812549) is unknown color: approx Flirt. HEX triplet: 81, 25 and 49. RGB value is (129,37,73). Sum of RGB (Red+Green+Blue) = 129+37+73=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #812549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812549 is #7EDAB6. Grayscale: #444444. Windows color (decimal): -8313527 or 4793729. OLE color: 4793729.

HSL color Cylindrical-coordinate representation of color #812549: hue angle of 336.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812549 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1293773-
CMYK00.710.430.49
HSL336.52º55.42%32.55%-
HSV(B)336.52º71.32%50.59%-
XYZ10.926.476.98-
YUV68.61130.48171.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=53.97%
G=15.48%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129377300.710.430.49336.5255.4232.55
Hex8125490472B311513721
Octal20145111010753615216741
Binary10000001100101100100101000111101011110001101010001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812549; }

 p { color: rgb(129,37,73); }

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

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

 a { background-color: rgb(129,37,73); }

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

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

 span { border-color: rgb(129,37,73); }

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