#80184C

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

Shades of Flirt #80184C

Tints of Flirt #80184C

Color information

#80184C (or 0x80184C) is unknown color: approx Flirt. HEX triplet: 80, 18 and 4C. RGB value is (128,24,76). Sum of RGB (Red+Green+Blue) = 128+24+76=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80184C is #7FE7B3. Grayscale: #3C3C3C. Windows color (decimal): -8382388 or 4987008. OLE color: 4987008.

HSL color Cylindrical-coordinate representation of color #80184C: hue angle of 330º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80184C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1282476-
CMYK00.810.410.50
HSL330º68.42%29.8%-
HSV(B)330º81.25%50.2%-
XYZ10.535.767.39-
YUV61.02136.46175.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=56.14%
G=10.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128247600.810.410.5033068.4229.8
Hex80184C051293214a441e
Octal200301140121516251210436
Binary1000000011000100110001010001101001110010101001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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