#82184C

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

Shades of Flirt #82184C

Tints of Flirt #82184C

Color information

#82184C (or 0x82184C) is unknown color: approx Flirt. HEX triplet: 82, 18 and 4C. RGB value is (130,24,76). Sum of RGB (Red+Green+Blue) = 130+24+76=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #82184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82184C is #7DE7B3. Grayscale: #3D3D3D. Windows color (decimal): -8251316 or 4987010. OLE color: 4987010.

HSL color Cylindrical-coordinate representation of color #82184C: hue angle of 330.57º 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 #82184C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1302476-
CMYK00.820.420.49
HSL330.57º68.83%30.2%-
HSV(B)330.57º81.54%50.98%-
XYZ10.845.927.41-
YUV61.62136.12176.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=56.52%
G=10.43%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130247600.820.420.49330.5768.8330.2
Hex82184C0522A3114b451e
Octal202301140122526151310536
Binary1000001011000100110001010010101010110001101001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82184C; }

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

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

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

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

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

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

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

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