#80244B

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

Shades of Flirt #80244B

Tints of Flirt #80244B

Color information

#80244B (or 0x80244B) is unknown color: approx Flirt. HEX triplet: 80, 24 and 4B. RGB value is (128,36,75). Sum of RGB (Red+Green+Blue) = 128+36+75=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80244B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80244B is #7FDBB4. Grayscale: #434343. Windows color (decimal): -8379317 or 4924544. OLE color: 4924544.

HSL color Cylindrical-coordinate representation of color #80244B: hue angle of 334.57º 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 #80244B is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1283675-
CMYK00.720.410.50
HSL334.57º56.1%32.16%-
HSV(B)334.57º71.88%50.2%-
XYZ10.86.367.31-
YUV67.95131.98170.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=53.56%
G=15.06%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128367500.720.410.50334.5756.132.16
Hex80244B048293214f3820
Octal20044113011051625177040
Binary10000000100100100101101001000101001110010101001111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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