#812951

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

Shades of Flirt #812951

Tints of Flirt #812951

Color information

#812951 (or 0x812951) is unknown color: approx Flirt. HEX triplet: 81, 29 and 51. RGB value is (129,41,81). Sum of RGB (Red+Green+Blue) = 129+41+81=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #812951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812951 is #7ED6AE. Grayscale: #474747. Windows color (decimal): -8312495 or 5319041. OLE color: 5319041.

HSL color Cylindrical-coordinate representation of color #812951: hue angle of 332.73º 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 #812951 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1294181-
CMYK00.680.370.49
HSL332.73º51.76%33.33%-
HSV(B)332.73º68.22%50.59%-
XYZ11.336.858.51-
YUV71.87133.15168.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=51.39%
G=16.33%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129418100.680.370.49332.7351.7633.33
Hex812951044253114d3421
Octal20151121010445615156441
Binary10000001101001101000101000100100101110001101001101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812951; }

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

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

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

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

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

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

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

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