#81294f

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

Shades of Flirt #81294F

Tints of Flirt #81294F

Color information

#81294F (or 0x81294F) is unknown color: approx Flirt. HEX triplet: 81, 29 and 4F. RGB value is (129,41,79). Sum of RGB (Red+Green+Blue) = 129+41+79=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #81294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81294F is #7ED6B0. Grayscale: #474747. Windows color (decimal): -8312497 or 5187969. OLE color: 5187969.

HSL color Cylindrical-coordinate representation of color #81294F: hue angle of 334.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81294F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1294179-
CMYK00.680.390.49
HSL334.09º51.76%33.33%-
HSV(B)334.09º68.22%50.59%-
XYZ11.266.828.12-
YUV71.64132.15168.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=51.81%
G=16.47%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129417900.680.390.49334.0951.7633.33
Hex81294F044273114e3421
Octal20151117010447615166441
Binary10000001101001100111101000100100111110001101001110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81294f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81294f; }

 p { color: rgb(129,41,79); }

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

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

 a { background-color: rgb(129,41,79); }

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

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

 span { border-color: rgb(129,41,79); }

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