#812447

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

Shades of Flirt #812447

Tints of Flirt #812447

Color information

#812447 (or 0x812447) is unknown color: approx Flirt. HEX triplet: 81, 24 and 47. RGB value is (129,36,71). Sum of RGB (Red+Green+Blue) = 129+36+71=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #812447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812447 is #7EDBB8. Grayscale: #434343. Windows color (decimal): -8313785 or 4662401. OLE color: 4662401.

HSL color Cylindrical-coordinate representation of color #812447: hue angle of 337.42º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812447 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1293671-
CMYK00.720.450.49
HSL337.42º56.36%32.35%-
HSV(B)337.42º72.09%50.59%-
XYZ10.826.386.62-
YUV67.8129.81171.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.66%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=54.66%
G=15.25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129367100.720.450.49337.4256.3632.35
Hex8124470482D311513820
Octal20144107011055615217040
Binary10000001100100100011101001000101101110001101010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812447; }

 p { color: rgb(129,36,71); }

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

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

 a { background-color: rgb(129,36,71); }

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

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

 span { border-color: rgb(129,36,71); }

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