#812E52

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

Shades of Flirt #812E52

Tints of Flirt #812E52

Color information

#812E52 (or 0x812E52) is unknown color: approx Flirt. HEX triplet: 81, 2E and 52. RGB value is (129,46,82). Sum of RGB (Red+Green+Blue) = 129+46+82=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #812E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E52 is #7ED1AD. Grayscale: #4A4A4A. Windows color (decimal): -8311214 or 5385857. OLE color: 5385857.

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

Color convert

RGB1294682-
CMYK00.640.360.49
HSL333.98º47.43%34.31%-
HSV(B)333.98º64.34%50.59%-
XYZ11.557.238.77-
YUV74.92132166.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=50.19%
G=17.90%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129468200.640.360.49333.9847.4334.31
Hex812E52040243114e2f22
Octal20156122010044615165742
Binary10000001101110101001001000000100100110001101001110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,46,82); }

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

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

 a { background-color: rgb(129,46,82); }

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

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

 span { border-color: rgb(129,46,82); }

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