#802843

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

Shades of Flirt #802843

Tints of Flirt #802843

Color information

#802843 (or 0x802843) is unknown color: approx Flirt. HEX triplet: 80, 28 and 43. RGB value is (128,40,67). Sum of RGB (Red+Green+Blue) = 128+40+67=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #802843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802843 is #7FD7BC. Grayscale: #454545. Windows color (decimal): -8378301 or 4401280. OLE color: 4401280.

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

Color convert

RGB1284067-
CMYK00.690.480.50
HSL341.59º52.38%32.94%-
HSV(B)341.59º68.75%50.2%-
XYZ10.676.516-
YUV69.39126.65169.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=54.47%
G=17.02%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128406700.690.480.50341.5952.3832.94
Hex80284304530321563421
Octal20050103010560625266441
Binary10000000101000100001101000101110000110010101010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802843; }

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

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

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

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

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

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

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

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