#82174C

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

Shades of Flirt #82174C

Tints of Flirt #82174C

Color information

#82174C (or 0x82174C) is unknown color: approx Flirt. HEX triplet: 82, 17 and 4C. RGB value is (130,23,76). Sum of RGB (Red+Green+Blue) = 130+23+76=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82174C is #7DE8B3. Grayscale: #3C3C3C. Windows color (decimal): -8251572 or 4986754. OLE color: 4986754.

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

Color convert

RGB1302376-
CMYK00.820.420.49
HSL330.28º69.93%30%-
HSV(B)330.28º82.31%50.98%-
XYZ10.825.887.4-
YUV61.04136.45177.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=56.77%
G=10.04%
B=33.19%

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
Decimal130237600.820.420.49330.2869.9330
Hex82174C0522A3114a461e
Octal202271140122526151210636
Binary1000001010111100110001010010101010110001101001010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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