#812A4D

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

Shades of Flirt #812A4D

Tints of Flirt #812A4D

Color information

#812A4D (or 0x812A4D) is unknown color: approx Flirt. HEX triplet: 81, 2A and 4D. RGB value is (129,42,77). Sum of RGB (Red+Green+Blue) = 129+42+77=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #812A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A4D is #7ED5B2. Grayscale: #474747. Windows color (decimal): -8312243 or 5057153. OLE color: 5057153.

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

Color convert

RGB1294277-
CMYK00.670.400.49
HSL335.86º50.88%33.53%-
HSV(B)335.86º67.44%50.59%-
XYZ11.226.867.75-
YUV72130.82168.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=52.02%
G=16.94%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129427700.670.400.49335.8650.8833.53
Hex812A4D04328311503322
Octal20152115010350615206342
Binary10000001101010100110101000011101000110001101010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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