#812048

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

Shades of Flirt #812048

Tints of Flirt #812048

Color information

#812048 (or 0x812048) is unknown color: approx Flirt. HEX triplet: 81, 20 and 48. RGB value is (129,32,72). Sum of RGB (Red+Green+Blue) = 129+32+72=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #812048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812048 is #7EDFB7. Grayscale: #414141. Windows color (decimal): -8314808 or 4726913. OLE color: 4726913.

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

Color convert

RGB1293272-
CMYK00.750.440.49
HSL335.26º60.25%31.57%-
HSV(B)335.26º75.19%50.59%-
XYZ10.746.176.76-
YUV65.56131.64173.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=55.36%
G=13.73%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129327200.750.440.49335.2660.2531.57
Hex81204804B2C3114f3c20
Octal20140110011354615177440
Binary10000001100000100100001001011101100110001101001111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812048; }

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

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

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

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

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

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

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

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