#812A50

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

Shades of Flirt #812A50

Tints of Flirt #812A50

Color information

#812A50 (or 0x812A50) is unknown color: approx Flirt. HEX triplet: 81, 2A and 50. RGB value is (129,42,80). Sum of RGB (Red+Green+Blue) = 129+42+80=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #812A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A50 is #7ED5AF. Grayscale: #484848. Windows color (decimal): -8312240 or 5253761. OLE color: 5253761.

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

Color convert

RGB1294280-
CMYK00.670.380.49
HSL333.79º50.88%33.53%-
HSV(B)333.79º67.44%50.59%-
XYZ11.336.98.32-
YUV72.34132.32168.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 42 (16.80% from 255) = 16.73%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=51.39%
G=16.73%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129428000.670.380.49333.7950.8833.53
Hex812A50043263114e3322
Octal20152120010346615166342
Binary10000001101010101000001000011100110110001101001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,42,80); }

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

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

 a { background-color: rgb(129,42,80); }

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

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

 span { border-color: rgb(129,42,80); }

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