#82184B

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

Shades of Flirt #82184B

Tints of Flirt #82184B

Color information

#82184B (or 0x82184B) is unknown color: approx Flirt. HEX triplet: 82, 18 and 4B. RGB value is (130,24,75). Sum of RGB (Red+Green+Blue) = 130+24+75=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82184B is #7DE7B4. Grayscale: #3D3D3D. Windows color (decimal): -8251317 or 4921474. OLE color: 4921474.

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

Color convert

RGB1302475-
CMYK00.820.420.49
HSL331.13º68.83%30.2%-
HSV(B)331.13º81.54%50.98%-
XYZ10.85.917.23-
YUV61.51135.62176.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=56.77%
G=10.48%
B=32.75%

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
Decimal130247500.820.420.49331.1368.8330.2
Hex82184B0522A3114b451e
Octal202301130122526151310536
Binary1000001011000100101101010010101010110001101001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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