#802442

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

Shades of Flirt #802442

Tints of Flirt #802442

Color information

#802442 (or 0x802442) is unknown color: approx Flirt. HEX triplet: 80, 24 and 42. RGB value is (128,36,66). Sum of RGB (Red+Green+Blue) = 128+36+66=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #802442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802442 is #7FDBBD. Grayscale: #424242. Windows color (decimal): -8379326 or 4334720. OLE color: 4334720.

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

Color convert

RGB1283666-
CMYK00.720.480.50
HSL340.43º56.1%32.16%-
HSV(B)340.43º71.88%50.2%-
XYZ10.526.245.81-
YUV66.93127.48171.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=55.65%
G=15.65%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128366600.720.480.50340.4356.132.16
Hex80244204830321543820
Octal20044102011060625247040
Binary10000000100100100001001001000110000110010101010100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802442; }

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

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

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

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

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

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

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

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