#802548

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

Shades of Flirt #802548

Tints of Flirt #802548

Color information

#802548 (or 0x802548) is unknown color: approx Flirt. HEX triplet: 80, 25 and 48. RGB value is (128,37,72). Sum of RGB (Red+Green+Blue) = 128+37+72=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #802548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802548 is #7FDAB7. Grayscale: #444444. Windows color (decimal): -8379064 or 4728192. OLE color: 4728192.

HSL color Cylindrical-coordinate representation of color #802548: hue angle of 336.92º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802548 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1283772-
CMYK00.710.440.50
HSL336.92º55.15%32.35%-
HSV(B)336.92º71.09%50.2%-
XYZ10.736.386.8-
YUV68.2130.15170.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=54.01%
G=15.61%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128377200.710.440.50336.9255.1532.35
Hex8025480472C321513720
Octal20045110010754625216740
Binary10000000100101100100001000111101100110010101010001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802548; }

 p { color: rgb(128,37,72); }

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

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

 a { background-color: rgb(128,37,72); }

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

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

 span { border-color: rgb(128,37,72); }

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