#802351

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

Shades of Flirt #802351

Tints of Flirt #802351

Color information

#802351 (or 0x802351) is unknown color: approx Flirt. HEX triplet: 80, 23 and 51. RGB value is (128,35,81). Sum of RGB (Red+Green+Blue) = 128+35+81=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #802351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802351 is #7FDCAE. Grayscale: #434343. Windows color (decimal): -8379567 or 5317504. OLE color: 5317504.

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

Color convert

RGB1283581-
CMYK00.730.370.50
HSL330.32º57.06%31.96%-
HSV(B)330.32º72.66%50.2%-
XYZ10.996.398.44-
YUV68.05135.31170.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=52.46%
G=14.34%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128358100.730.370.50330.3257.0631.96
Hex802351049253214a3920
Octal20043121011145625127140
Binary10000000100011101000101001001100101110010101001010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802351; }

 p { color: rgb(128,35,81); }

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

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

 a { background-color: rgb(128,35,81); }

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

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

 span { border-color: rgb(128,35,81); }

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