#802450

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

Shades of Flirt #802450

Tints of Flirt #802450

Color information

#802450 (or 0x802450) is unknown color: approx Flirt. HEX triplet: 80, 24 and 50. RGB value is (128,36,80). Sum of RGB (Red+Green+Blue) = 128+36+80=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #802450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802450 is #7FDBAF. Grayscale: #444444. Windows color (decimal): -8379312 or 5252224. OLE color: 5252224.

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

Color convert

RGB1283680-
CMYK00.720.380.50
HSL331.3º56.1%32.16%-
HSV(B)331.3º71.88%50.2%-
XYZ10.986.438.25-
YUV68.52134.48170.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=52.46%
G=14.75%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128368000.720.380.50331.356.132.16
Hex802450048263214b3820
Octal20044120011046625137040
Binary10000000100100101000001001000100110110010101001011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802450; }

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

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

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

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

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

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

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

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