#812B49

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

Shades of Flirt #812B49

Tints of Flirt #812B49

Color information

#812B49 (or 0x812B49) is unknown color: approx Flirt. HEX triplet: 81, 2B and 49. RGB value is (129,43,73). Sum of RGB (Red+Green+Blue) = 129+43+73=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #812B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B49 is #7ED4B6. Grayscale: #484848. Windows color (decimal): -8311991 or 4795265. OLE color: 4795265.

HSL color Cylindrical-coordinate representation of color #812B49: hue angle of 339.07º 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 #812B49 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1294373-
CMYK00.670.430.49
HSL339.07º50%33.73%-
HSV(B)339.07º66.67%50.59%-
XYZ11.126.887.04-
YUV72.13128.49168.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=52.65%
G=17.55%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129437300.670.430.49339.075033.73
Hex812B490432B311533222
Octal20153111010353615236242
Binary10000001101011100100101000011101011110001101010011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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