#80284B

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

Shades of Flirt #80284B

Tints of Flirt #80284B

Color information

#80284B (or 0x80284B) is unknown color: approx Flirt. HEX triplet: 80, 28 and 4B. RGB value is (128,40,75). Sum of RGB (Red+Green+Blue) = 128+40+75=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80284B is #7FD7B4. Grayscale: #464646. Windows color (decimal): -8378293 or 4925568. OLE color: 4925568.

HSL color Cylindrical-coordinate representation of color #80284B: hue angle of 336.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80284B is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1284075-
CMYK00.690.410.50
HSL336.14º52.38%32.94%-
HSV(B)336.14º68.75%50.2%-
XYZ10.936.617.36-
YUV70.3130.65169.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=52.67%
G=16.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128407500.690.410.50336.1452.3832.94
Hex80284B04529321503421
Octal20050113010551625206441
Binary10000000101000100101101000101101001110010101010000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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