#812C51

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

Shades of Flirt #812C51

Tints of Flirt #812C51

Color information

#812C51 (or 0x812C51) is unknown color: approx Flirt. HEX triplet: 81, 2C and 51. RGB value is (129,44,81). Sum of RGB (Red+Green+Blue) = 129+44+81=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #812C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C51 is #7ED3AE. Grayscale: #494949. Windows color (decimal): -8311727 or 5319809. OLE color: 5319809.

HSL color Cylindrical-coordinate representation of color #812C51: hue angle of 333.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C51 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1294481-
CMYK00.660.370.49
HSL333.88º49.13%33.92%-
HSV(B)333.88º65.89%50.59%-
XYZ11.447.068.54-
YUV73.63132.16167.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=50.79%
G=17.32%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129448100.660.370.49333.8849.1333.92
Hex812C51042253114e3122
Octal20154121010245615166142
Binary10000001101100101000101000010100101110001101001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812C51; }

 p { color: rgb(129,44,81); }

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

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

 a { background-color: rgb(129,44,81); }

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

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

 span { border-color: rgb(129,44,81); }

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