#821849

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

Shades of Flirt #821849

Tints of Flirt #821849

Color information

#821849 (or 0x821849) is unknown color: approx Flirt. HEX triplet: 82, 18 and 49. RGB value is (130,24,73). Sum of RGB (Red+Green+Blue) = 130+24+73=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #821849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821849 is #7DE7B6. Grayscale: #3D3D3D. Windows color (decimal): -8251319 or 4790402. OLE color: 4790402.

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

Color convert

RGB1302473-
CMYK00.820.440.49
HSL332.26º68.83%30.2%-
HSV(B)332.26º81.54%50.98%-
XYZ10.745.886.87-
YUV61.28134.62177.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=57.27%
G=10.57%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130247300.820.440.49332.2668.8330.2
Hex8218490522C3114c451e
Octal202301110122546151410536
Binary1000001011000100100101010010101100110001101001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821849; }

 p { color: rgb(130,24,73); }

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

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

 a { background-color: rgb(130,24,73); }

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

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

 span { border-color: rgb(130,24,73); }

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