#812850

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

Shades of Flirt #812850

Tints of Flirt #812850

Color information

#812850 (or 0x812850) is unknown color: approx Flirt. HEX triplet: 81, 28 and 50. RGB value is (129,40,80). Sum of RGB (Red+Green+Blue) = 129+40+80=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #812850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812850 is #7ED7AF. Grayscale: #474747. Windows color (decimal): -8312752 or 5253249. OLE color: 5253249.

HSL color Cylindrical-coordinate representation of color #812850: hue angle of 333.03º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812850 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1294080-
CMYK00.690.380.49
HSL333.03º52.66%33.14%-
HSV(B)333.03º68.99%50.59%-
XYZ11.266.768.3-
YUV71.17132.99169.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=51.81%
G=16.06%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129408000.690.380.49333.0352.6633.14
Hex812850045263114d3521
Octal20150120010546615156541
Binary10000001101000101000001000101100110110001101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812850; }

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

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

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

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

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

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

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

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