#812B51

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

Shades of Flirt #812B51

Tints of Flirt #812B51

Color information

#812B51 (or 0x812B51) is unknown color: approx Flirt. HEX triplet: 81, 2B and 51. RGB value is (129,43,81). Sum of RGB (Red+Green+Blue) = 129+43+81=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #812B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812B51 is #7ED4AE. Grayscale: #484848. Windows color (decimal): -8311983 or 5319553. OLE color: 5319553.

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

Color convert

RGB1294381-
CMYK00.670.370.49
HSL333.49º50%33.73%-
HSV(B)333.49º66.67%50.59%-
XYZ11.46.998.53-
YUV73.05132.49167.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=50.99%
G=17.00%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129438100.670.370.49333.495033.73
Hex812B51043253114d3222
Octal20153121010345615156242
Binary10000001101011101000101000011100101110001101001101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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