#80244D

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

Shades of Flirt #80244D

Tints of Flirt #80244D

Color information

#80244D (or 0x80244D) is unknown color: approx Flirt. HEX triplet: 80, 24 and 4D. RGB value is (128,36,77). Sum of RGB (Red+Green+Blue) = 128+36+77=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80244D is #7FDBB2. Grayscale: #444444. Windows color (decimal): -8379315 or 5055616. OLE color: 5055616.

HSL color Cylindrical-coordinate representation of color #80244D: hue angle of 333.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80244D is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1283677-
CMYK00.720.400.50
HSL333.26º56.1%32.16%-
HSV(B)333.26º71.88%50.2%-
XYZ10.876.397.68-
YUV68.18132.98170.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.11%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=53.11%
G=14.94%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128367700.720.400.50333.2656.132.16
Hex80244D048283214d3820
Octal20044115011050625157040
Binary10000000100100100110101001000101000110010101001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80244D; }

 p { color: rgb(128,36,77); }

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

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

 a { background-color: rgb(128,36,77); }

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

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

 span { border-color: rgb(128,36,77); }

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