#812C48

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

Shades of Flirt #812C48

Tints of Flirt #812C48

Color information

#812C48 (or 0x812C48) is unknown color: approx Flirt. HEX triplet: 81, 2C and 48. RGB value is (129,44,72). Sum of RGB (Red+Green+Blue) = 129+44+72=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #812C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C48 is #7ED3B7. Grayscale: #484848. Windows color (decimal): -8311736 or 4729985. OLE color: 4729985.

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

Color convert

RGB1294472-
CMYK00.660.440.49
HSL340.24º49.13%33.92%-
HSV(B)340.24º65.89%50.59%-
XYZ11.126.946.88-
YUV72.61127.66168.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=52.65%
G=17.96%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129447200.660.440.49340.2449.1333.92
Hex812C480422C311543122
Octal20154110010254615246142
Binary10000001101100100100001000010101100110001101010100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,44,72); }

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

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

 a { background-color: rgb(129,44,72); }

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

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

 span { border-color: rgb(129,44,72); }

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